|
@ -702,5 +702,6 @@ |
|
|
on(cg.PID=ca.id and ca.DEL_FLAG='0') |
|
|
on(cg.PID=ca.id and ca.DEL_FLAG='0') |
|
|
where cg.DEL_FLAG='0' |
|
|
where cg.DEL_FLAG='0' |
|
|
and cg.PIDS like concat(#{gridPids},'%') |
|
|
and cg.PIDS like concat(#{gridPids},'%') |
|
|
|
|
|
order by ca.CREATED_TIME asc,cg.CREATED_TIME asc |
|
|
</select> |
|
|
</select> |
|
|
</mapper> |
|
|
</mapper> |
|
|