shudonghui vor 1 Jahr
Ursprung
Commit
b83353b4a0
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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}