|
|
@@ -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">
|