|
|
@ -68,7 +68,7 @@ public class SignDataSummaryServiceImpl extends Service implements SignDataSumma
|
|
|
|
String ids = StringUtils.join(idList,",");
|
|
|
|
String ids = StringUtils.join(idList,",");
|
|
|
|
rs.executeQuery("select kqdate,resourceid,signindate,signintime,signoutdate,signouttime,signMins from kq_format_detail \n" +
|
|
|
|
rs.executeQuery("select kqdate,resourceid,signindate,signintime,signoutdate,signouttime,signMins from kq_format_detail \n" +
|
|
|
|
" where kqdate >= ? and kqdate <= ?" +
|
|
|
|
" where kqdate >= ? and kqdate <= ?" +
|
|
|
|
" and resourceid in in ("+ids+")",fromDate,toDate);
|
|
|
|
" and resourceid in ("+ids+")",fromDate,toDate);
|
|
|
|
List<SignDataPO> pos = new ArrayList<>();
|
|
|
|
List<SignDataPO> pos = new ArrayList<>();
|
|
|
|
DecimalFormat decimalFormat = new DecimalFormat("0.00");
|
|
|
|
DecimalFormat decimalFormat = new DecimalFormat("0.00");
|
|
|
|
while (rs.next()) {
|
|
|
|
while (rs.next()) {
|
|
|
|