44323
2023-10-24 aff43f8ebe077b9daf097e1c583304c0252bf440
cloud-server-other/src/main/resources/mapper/SiteMapper.xml
@@ -111,7 +111,7 @@
                and t1.cityManagerId = #{query.objectId}
            </if>
            <if test="query.objectType == 3">
                and t2.storeStaffId = #{query.objectId}
                and t2.id = #{query.objectId}
            </if>
            <if test="query.city!=null and query.city!= ''">
                and t1.cityCode = #{query.city}