Commit bd46eff3b154d6337963d7ff61ae4933e7efe0f0
1 parent
a6f85d9378
Exists in
master
and in
1 other branch
座机号 替换的问题
Showing 2 changed files with 4 additions and 4 deletions
platform-biz-service/src/main/resources/mainOrm/master/MasterRoles.xml
View file @
bd46eff
| ... | ... | @@ -66,8 +66,8 @@ | 
| 66 | 66 | <if test="shortCode != null"> | 
| 67 | 67 | shortCode = #{shortCode,jdbcType=VARCHAR}, | 
| 68 | 68 | </if> | 
| 69 | - <if test="orgid != null"> | |
| 70 | - orgid =#{orgid,jdbcType=INTEGER}, | |
| 69 | + <if test="orgId != null"> | |
| 70 | + orgid =#{orgId,jdbcType=INTEGER}, | |
| 71 | 71 | </if> | 
| 72 | 72 | </set> | 
| 73 | 73 | where id = #{id,jdbcType=INTEGER} | 
platform-biz-service/src/main/resources/mainOrm/slave/Roles.xml
View file @
bd46eff
| ... | ... | @@ -66,8 +66,8 @@ | 
| 66 | 66 | <if test="shortCode != null"> | 
| 67 | 67 | shortCode = #{shortCode,jdbcType=VARCHAR}, | 
| 68 | 68 | </if> | 
| 69 | - <if test="orgid != null"> | |
| 70 | - orgid =#{orgid,jdbcType=INTEGER}, | |
| 69 | + <if test="orgId != null"> | |
| 70 | + orgid =#{orgId,jdbcType=INTEGER}, | |
| 71 | 71 | </if> | 
| 72 | 72 | </set> | 
| 73 | 73 | where id = #{id,jdbcType=INTEGER} |