|
|
@@ -31,7 +31,7 @@ public class ClockSetCenterServiceImpl implements ClockSetCenterService {
|
|
|
+ "p.clo_offendone wd_offendOne, p.clo_ondutytwo wd_ondutyTwo, p.clo_offdutytwo wd_offdutyTwo, p.clo_onbegtwo wd_onbegTwo, p.clo_offendtwo wd_offendTwo, p.clo_ondutythree wd_ondutyThree, p.clo_offdutythree wd_offdutyThree, "
|
|
|
+ "p.clo_onbegthree wd_onbegThree, p.clo_offendthree wd_offendThree, p.clo_sucess success, p.clo_date wd_date from mobile$clocksetcenter p where clo_enuu = "
|
|
|
+ enuu + " and " + "clo_emcode = " + emcode
|
|
|
- + " and to_date(to_char(wd_recorddate,'yyyy mm dd'),'yyyy mm dd') = to_date ('" + date
|
|
|
+ + " and to_date(to_char(clo_date,'yyyy mm dd'),'yyyy mm dd') = to_date ('" + date
|
|
|
+ "','yyyy mm dd')";
|
|
|
ClockSetCenter clock = jdbcTemplate.queryForObject(sql, ClockSetCenter.class);
|
|
|
ClockSet set = new ClockSet();
|