shudonghui преди 1 година
родител
ревизия
b83353b4a0
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      sop-business/src/main/resources/mapper/SopScheduleMapper.xml

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

@@ -93,8 +93,8 @@
             <if test="serviceId != null and serviceId != ''">
                 and tbs.id = #{serviceId}
             </if>
-            <if test="region_id != null and region_id != ''">
-                and r.id = #{region_id}
+            <if test="regionId != null and regionId != ''">
+                and r.id = #{regionId}
             </if>
             <if test="supplierId != null and supplierId != ''">
                 and us.supplier_id = #{supplierId}