运营商停用同步停用所有旗下门店

This commit is contained in:
19173159168
2025-07-31 23:09:01 +08:00
parent f43a88ca59
commit 3a62761a40
10 changed files with 39 additions and 20 deletions

View File

@ -284,7 +284,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</trim>
where id = #{id}
</update>
<update id="updateStatusByCompany" parameterType="CompanyStore">
update zc_company_store SET status = #{status}
where operating_company_id = #{operatingCompanyId}
</update>
<delete id="deleteCompanyStoreById" parameterType="Long">
delete from zc_company_store where id = #{id}
</delete>