xdd 1 month ago
parent
commit
866e5860cd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fs-service/src/main/resources/mapper/his/FsUserMapper.xml

+ 1 - 0
fs-service/src/main/resources/mapper/his/FsUserMapper.xml

@@ -645,6 +645,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="companyUserId != null">company_user_id = #{companyUserId},</if>
             <if test="money != null">money = #{money},</if>
         </trim>
+
         where user_id = #{userId}
     </update>