|
@@ -115,16 +115,16 @@
|
|
|
update simulation.scene_package_sublist
|
|
|
<set>
|
|
|
<if test="sceneZrId != null and sceneZrId!=''">
|
|
|
- replace(replace(replace(scene_natural_ids, concat(#{sceneZrId}, ','), ''), concat(',', #{sceneZrId}), ''),#{sceneZrId}, '')
|
|
|
+ scene_natural_ids= replace(replace(replace(scene_natural_ids, concat(#{sceneZrId}, ','), ''), concat(',', #{sceneZrId}), ''),#{sceneZrId}, ''),
|
|
|
</if>
|
|
|
<if test="sceneJtId != null and sceneJtId!=''">
|
|
|
- replace(replace(replace(scene_traffic_ids, concat(#{sceneJtId}, ','), ''), concat(',', #{sceneJtId}), ''),#{sceneJtId}, '')
|
|
|
+ scene_traffic_ids= replace(replace(replace(scene_traffic_ids, concat(#{sceneJtId}, ','), ''), concat(',', #{sceneJtId}), ''),#{sceneJtId}, ''),
|
|
|
</if>
|
|
|
<if test="sceneBzId != null and sceneBzId!=''">
|
|
|
- replace(replace(replace(scene_statue_ids, concat(#{sceneBzId}, ','), ''), concat(',', #{sceneBzId}), ''),#{sceneBzId}, '')
|
|
|
+ scene_statue_ids=replace(replace(replace(scene_statue_ids, concat(#{sceneBzId}, ','), ''), concat(',', #{sceneBzId}), ''),#{sceneBzId}, ''),
|
|
|
</if>
|
|
|
<if test="sceneFhId != null and sceneFhId!=''">
|
|
|
- replace(replace(replace(scene_generalization_ids, concat(#{sceneFhId}, ','), ''), concat(',', #{sceneFhId}), ''),#{sceneFhId}, '')
|
|
|
+ scene_generalization_ids=replace(replace(replace(scene_generalization_ids, concat(#{sceneFhId}, ','), ''), concat(',', #{sceneFhId}), ''),#{sceneFhId}, ''),
|
|
|
</if>
|
|
|
<if test="modifyUserId != null and modifyUserId!=''">
|
|
|
modify_user_id = #{modifyUserId,jdbcType=VARCHAR},
|