Browse Source

api修改

shudonghui 1 year ago
parent
commit
770783a941
1 changed files with 2 additions and 2 deletions
  1. 2 2
      sop-business/src/main/resources/mapper/ServiceAnalyseMapper.xml

+ 2 - 2
sop-business/src/main/resources/mapper/ServiceAnalyseMapper.xml

@@ -268,8 +268,8 @@
             <if test="serviceUnitId != null">
                 AND result.serviceUnitId = #{serviceUnitId}
             </if>
-            <if test="region_id != null and region_id != ''">
-                AND result.region_id LIKE CONCAT('%',#{region_id},'%')
+            <if test="regionId != null and regionId != ''">
+                AND result.region_id =#{regionId}
             </if>
             <if test="supplierId != null and supplierId != ''">
                 AND result.supplier_id = #{supplierId}