Commit fdbd2be9 authored by litengwei's avatar litengwei

任务 14551

parent 035272a7
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
) prp ) prp
WHERE WHERE
prp.route_point_id = prpi.route_point_id prp.route_point_id = prpi.route_point_id
and !FIND_IN_SET(ii.id, ifnull(prp.exclude_items, 0)) and !FIND_IN_SET(pii.id, ifnull(prp.exclude_items, 0))
</select> </select>
<resultMap id="routePointInputItemMap" type="com.yeejoin.amos.patrol.dao.entity.PointInputItem"> <resultMap id="routePointInputItemMap" type="com.yeejoin.amos.patrol.dao.entity.PointInputItem">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment