cloud-server-other/src/main/resources/mapper/SiteMapper.xml
@@ -82,7 +82,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.city = #{query.city}