Commit 5418cfbed2660d6de65999131b06549701b22a16
1 parent
755c1291e8
Exists in
master
and in
1 other branch
bug fix
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/Users.xml
View file @
5418cfb
... | ... | @@ -84,7 +84,7 @@ |
84 | 84 | <if test="created != null"> |
85 | 85 | created = #{created,jdbcType=TIMESTAMP}, |
86 | 86 | </if> |
87 | - <if test="remarks != null and remarks != ''"> | |
87 | + <if test="remarks != null "> | |
88 | 88 | remarks = #{remarks,jdbcType=VARCHAR}, |
89 | 89 | </if> |
90 | 90 | <if test="lastLoginTime != null"> |