Commit a2ba03c95c2139b048a6c070236a512ef5f94cf3
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/Roles.xml
View file @
a2ba03c
| ... | ... | @@ -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> |