Commit e4eefc0f by guojuxing

门店共享取消字段修复

parent 00c334c0
......@@ -186,6 +186,6 @@
<update id="cancelRegionAuth">
update tab_store_region_rel set delete_flag = 1
where enterprise_id = #{unionEnterpriseId} and from_enterprise_id = #{ownEnterpriseId}
and detele_flag = 0
and delete_flag = 0
</update>
</mapper>
\ No newline at end of file
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