xdd 1 개월 전
부모
커밋
5c55cbb790
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      fs-service/src/main/resources/mapper/his/FsUserMapper.xml

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

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