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}