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}