44323
2023-10-25 d7267c7e475cb544bdd0d3132fc23831cbb0a2aa
cloud-server-other/src/main/resources/mapper/StoreMapper.xml
@@ -20,7 +20,7 @@
        select id, name from t_store where state = 1 and cityCode = #{cityCode}
    </select>
    <select id="getStoreByCityManagerId" resultType="com.dsh.other.entity.Store">
        select * from t_store where cityManagerId = #{id}
        select * from t_store where operatorId = #{id}
    </select>
    <select id="getStoreByStoreStaffId" resultType="com.dsh.other.entity.Store">
        select * from t_store where id = #{id}