rev:外置品放置区查询方法优化
This commit is contained in:
@@ -226,7 +226,7 @@
|
||||
AND (point_type = '1' OR point_type = '2' OR point_type = '3')
|
||||
AND is_used = 1
|
||||
AND point_status = "1"
|
||||
<if test="region_code = 'WFPFZQ'">
|
||||
<if test='region_code == "WFPFZQ"'>
|
||||
AND 0 = (
|
||||
SELECT COUNT(1) FROM sch_base_point p2
|
||||
WHERE
|
||||
@@ -234,7 +234,7 @@
|
||||
AND p2.row_num = p.row_num
|
||||
AND p2.col_num <![CDATA[<]]> p.col_num
|
||||
AND p2.point_type = '1'
|
||||
AND p2.region_code = 'WFPFZQ'
|
||||
AND p2.region_code = #{region_code}
|
||||
)
|
||||
</if>
|
||||
ORDER BY in_order_seq asc
|
||||
|
||||
Reference in New Issue
Block a user