fix: 固定sql改为变量传入(暂时不影响)
This commit is contained in:
@@ -77,8 +77,8 @@
|
||||
LEFT JOIN
|
||||
md_pb_papervehicle mp
|
||||
ON mp.vehicle_code = bs.vehicle_code
|
||||
WHERE bs.point_type = '1'
|
||||
AND bs.point_location = '0'
|
||||
WHERE bs.point_type = #{pointType}
|
||||
AND bs.point_location = #{location}
|
||||
AND bs.is_used = '1'
|
||||
AND 0 = (SELECT COUNT(*)
|
||||
FROM sch_base_task t
|
||||
|
||||
Reference in New Issue
Block a user