摘要: select p3.id,p3.dept_id, p3.vehicle_id,p3.maint_items, p3.remark,IF(v.plate_code is not null and v.plate_code!='',CONCAT_WS(" ",v.plate_number,v.plate 阅读全文
posted @ 2025-03-24 10:00 flyComeOn 阅读(7) 评论(0) 推荐(0)
摘要: //去掉复核拒绝的流程returnList.removeIf(r->r.getApprovalOpinions() == -1 && r.getTaskInfo().get("activityCode").equals("REVIEW"));return returnList; removeIf 返 阅读全文
posted @ 2025-03-24 09:53 flyComeOn 阅读(85) 评论(0) 推荐(0)