|
|
@@ -147,10 +147,10 @@ public class WorkScheduleServiceImpl implements WorkScheduleService {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- String othtaSql = "select o.op_id mp_id, o.op_recorder mp_recorder, o.op_recordercode recordercode, o.op_code mp_code, "
|
|
|
- + "o.op_address mp_address, o.op_visittime mp_visittime, o.op_enuu enuu, o.op_recorddate mp_recorddate, "
|
|
|
- + "o.op_arrivedate mp_arrivedate from mobile$outplan o where op_enuu = " + enuu
|
|
|
- + " and to_char(op_visittime,'yyyymm') = '" + date + "'";
|
|
|
+ String othtaSql = "select o.ta_id id, o.ta_code code, o.ta_detail detail, o.ta_recordercode recordercode, "
|
|
|
+ + "o.ta_recorder recorder, o.ta_doman doman, o.ta_domancode domancode, o.ta_startdate startdate, "
|
|
|
+ + "o.ta_enddate enddate,o.ta_status status, o.ta_recorddate recorddate,o.ta_uu uu, o.ta_taskname taskname from office$task o where o.ta_uu = "
|
|
|
+ + enuu + " and to_char(ta_startdate,'yyyymm') = '" + date + "'";
|
|
|
List<OfficeTask> tasks = commonDao.query(othtaSql, OfficeTask.class);
|
|
|
List<OfficeTask> othTasks = new ArrayList<OfficeTask>();
|
|
|
if (!CollectionUtils.isEmpty(tasks)) {
|