Commit 029ab0808be88dd12ea0c34d728a45438e650936
1 parent
bd46eff3b1
Exists in
master
and in
8 other branches
座机号 替换的问题
Showing 2 changed files with 2 additions and 2 deletions
platform-biz-service/src/main/resources/mainOrm/master/MasterRoles.xml
View file @
029ab08
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | insert into roles (type,name,publish_id,publish_name,yn,enable,modified,created,remarks,shortCode,orgid |
23 | 23 | <if test="id != null and id >= 0"> |
24 | 24 | ,id |
25 | - </if>) values (#{type},#{name},#{publishId},#{publishName},#{yn},#{enable},#{modified},#{created},#{remarks},#{shortCode},#{orgid} | |
25 | + </if>) values (#{type},#{name},#{publishId},#{publishName},#{yn},#{enable},#{modified},#{created},#{remarks},#{shortCode},#{orgId} | |
26 | 26 | <if test="id != null and id >= 0"> |
27 | 27 | ,#{id} |
28 | 28 | </if> |
platform-biz-service/src/main/resources/mainOrm/slave/Roles.xml
View file @
029ab08
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | insert into roles (type,name,publish_id,publish_name,yn,enable,modified,created,remarks,shortCode,orgid |
23 | 23 | <if test="id != null and id >= 0"> |
24 | 24 | ,id |
25 | - </if>) values (#{type},#{name},#{publishId},#{publishName},#{yn},#{enable},#{modified},#{created},#{remarks},#{shortCode},#{orgid} | |
25 | + </if>) values (#{type},#{name},#{publishId},#{publishName},#{yn},#{enable},#{modified},#{created},#{remarks},#{shortCode},#{orgId} | |
26 | 26 | <if test="id != null and id >= 0"> |
27 | 27 | ,#{id} |
28 | 28 | </if> |