运营商停用同步停用所有旗下门店
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user