|
|
|
@ -8,5 +8,6 @@
|
|
|
|
|
task_client_manual_settle s
|
|
|
|
|
left join sys_clients c on s.client_id = c.client_id
|
|
|
|
|
where s.request_time=(select max(B.request_time) from task_client_manual_settle B where s.client_id =B.client_id)
|
|
|
|
|
and c.manual_settle = 1
|
|
|
|
|
</select>
|
|
|
|
|
</mapper>
|