|
@@ -137,9 +137,7 @@
|
|
|
<if test="companyOrgId != null ">
|
|
|
COMPANY_ORG_ID = #{companyOrgId},
|
|
|
</if>
|
|
|
- <if test="deptOrgId != null ">
|
|
|
DEPT_ORG_ID = #{deptOrgId},
|
|
|
- </if>
|
|
|
<if test="sceneId != null ">
|
|
|
SCENE_ID = #{sceneId},
|
|
|
</if>
|
|
@@ -155,12 +153,8 @@
|
|
|
<if test="lastUpdateTime != null ">
|
|
|
LAST_UPDATE_TIME = #{lastUpdateTime},
|
|
|
</if>
|
|
|
- <if test="address != null and address != '' ">
|
|
|
ADDRESS = #{address},
|
|
|
- </if>
|
|
|
- <if test="remark != null and remark != '' ">
|
|
|
REMARK = #{remark},
|
|
|
- </if>
|
|
|
<if test="status != null ">
|
|
|
STATUS = #{status},
|
|
|
</if>
|