fix
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
ON
|
||||
p.point_code = s.struct_code
|
||||
WHERE
|
||||
p.is_used = '1'
|
||||
p.is_used = '1' and p.is_delete = '0'
|
||||
OPTION 输入.region_id <> ""
|
||||
p.region_id = 输入.region_id
|
||||
ENDOPTION
|
||||
|
||||
Reference in New Issue
Block a user