Commit 2fbab66a8173fea99c960aec19335759592cec82
1 parent
abd14ea69c
Exists in
master
and in
1 other branch
bug fix
Showing 1 changed file with 2 additions and 2 deletions
platform-biz-service/src/main/resources/mainOrm/Roles.xml
View file @
2fbab66
... | ... | @@ -53,10 +53,10 @@ |
53 | 53 | <if test="created != null"> |
54 | 54 | created = #{created,jdbcType=TIMESTAMP}, |
55 | 55 | </if> |
56 | - <if test="remarks != null and remarks != ''"> | |
56 | + <if test="remarks != null "> | |
57 | 57 | remarks = #{remarks,jdbcType=VARCHAR}, |
58 | 58 | </if> |
59 | - <if test="shortCode != null and shortCode != ''"> | |
59 | + <if test="shortCode != null"> | |
60 | 60 | shortCode = #{shortCode,jdbcType=VARCHAR}, |
61 | 61 | </if> |
62 | 62 | </set> |