fix: 固定sql改为变量传入(暂时不影响)

This commit is contained in:
2025-05-16 15:50:32 +08:00
parent c93bda46dd
commit 2cf482f5f5

View File

@@ -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