shudonghui 1 năm trước cách đây
mục cha
commit
b83353b4a0

+ 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}