Commit c54684dc134e1c235ea17fe7fb158fe166cfe2d9
Exists in
master
and in
1 other branch
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-biz-service/src/main/resources/mainOrm/Users.xml
View file @
c54684d
... | ... | @@ -36,6 +36,9 @@ |
36 | 36 | <update id="updateUsers" parameterType="com.lyms.platform.permission.model.Users"> |
37 | 37 | update users |
38 | 38 | <set> |
39 | + <if test="zhiChenId != null and zhiChenId >= 0"> | |
40 | + zhiChenId = #{zhiChenId,jdbcType=INTEGER}, | |
41 | + </if> | |
39 | 42 | <if test="logincenterId != null and logincenterId >= 0"> |
40 | 43 | logincenter_id = #{logincenterId,jdbcType=INTEGER}, |
41 | 44 | </if> |