44323
2023-10-25 d7267c7e475cb544bdd0d3132fc23831cbb0a2aa
cloud-server-management/src/main/resources/mapper/TStoreMapper.xml
@@ -52,6 +52,9 @@
        <if test="shopName !=null and shopName !=''">
            and t1.name like concat("%",#{shopName},"%")
        </if>
        <if test="operatorId !=null and operatorId !=''">
            and t1.operatorId = #{operatorId}
        </if>
    </select>
    <select id="queryProvince" resultType="map">
        select * from (
@@ -150,7 +153,7 @@
    </select>
    <select id="listAllStore" resultType="com.dsh.guns.modular.system.model.TStoreListVo">
        select t1.*,t2.name userName,t2.phone userPhone,t3.name yysName from t_store t1 left join sys_user t2 on t1.storeStaffId = t2.id left  join t_operator t3 on t1.operatorId = t3.id
        where t1.id =#{id}
        where t1.id =#{operatorId}
        <if test="provinceCode !=null and provinceCode !=''">
            and t1.provinceCode = #{provinceCode}
        </if>