Commit 9fb0a694 by guojuxing

门店共享取消字段修复

parent e4eefc0f
......@@ -173,6 +173,6 @@
<update id="cancelBrandAuth">
update tab_store_brand_ref set delete_flag = 1
where enterprise_id=#{unionEnterpriseId} and from_enterpriseId = #{ownEnterpriseId} and delete_flag = 0
where enterprise_id=#{unionEnterpriseId} and from_enterprise_id = #{ownEnterpriseId} 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