Commit 79db24c8 by zhiwj

同步修改

parent 73f02b3b
......@@ -211,9 +211,9 @@
</update>
<!-- delByConfigIdList-->
<update id="delByConfigIdList">
update tab_applet_service_config set status = 1 where enterprise_id = #{enterpriseId}
update tab_applet_service_config set status = 0 where enterprise_id = #{enterpriseId}
<if test="null != ids and ids.size > 0">
and config_id in
and config_id not in
<foreach collection="ids" index="index" item="item" open="(" separator="," close=")">
#{item}
</foreach>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment