Explorar o código

大屏服务人员bug

chengxiaowen hai 1 mes
pai
achega
ea5e635cb5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/resources/mapper/statistics/OrderMapper.xml

+ 1 - 1
src/main/resources/mapper/statistics/OrderMapper.xml

@@ -82,7 +82,7 @@
 
     <select id="supplierStationList" resultType="com.poteviohealth.cgp.statistics.model.outdto.SupplierStation">
         select id,city,country,street from ${dbName}_common.f_supplier_station
-        where yn = 0 and `level` >=2 and status = 1 and type = 1 and LENGTH(region_code) = 12
+        where yn = 0 and `level` >=2 and status = 1 and type = 1 and (LENGTH(region_code) = 12 or LENGTH(region_code) = 9)
     </select>
 
     <select id="employeeList" resultType="com.poteviohealth.cgp.statistics.model.outdto.Employee">