set dashboard value
parent
b8f94705d3
commit
5252b16c4d
|
@ -77,11 +77,11 @@ public class DashboardService {
|
||||||
Long approvedStitchingOfflineItemsThenReject = 0L;
|
Long approvedStitchingOfflineItemsThenReject = 0L;
|
||||||
long qcReject = 0L;
|
long qcReject = 0L;
|
||||||
if (stitchingItemIds != null && !stitchingItemIds.isEmpty()) {
|
if (stitchingItemIds != null && !stitchingItemIds.isEmpty()) {
|
||||||
approvedStitchingOfflineItems = stitchingOfflineItemDAO.findByQCOperationDateAndApproved(startDate1, endDate1, "APPROVED");
|
|
||||||
qcReject = stitchingOfflineItemDAO.findByQCOperationDateAndIds(startDate1, endDate1, "REJECT", stitchingItemIds);
|
qcReject = stitchingOfflineItemDAO.findByQCOperationDateAndIds(startDate1, endDate1, "REJECT", stitchingItemIds);
|
||||||
remaininfQcAlterPieces = stitchingOfflineItemDAO.findByQCOperationDateAndIds(null, forPreviousDate, "REJECT", stitchingItemIds);
|
remaininfQcAlterPieces = stitchingOfflineItemDAO.findByQCOperationDateAndIds(null, forPreviousDate, "REJECT", stitchingItemIds);
|
||||||
}
|
}
|
||||||
if(stitchingOutIds != null && !stitchingOutIds.isEmpty()) {
|
if(stitchingOutIds != null && !stitchingOutIds.isEmpty()) {
|
||||||
|
approvedStitchingOfflineItems = stitchingOfflineItemDAO.findByQCOperationDateAndIds(startDate1, endDate1, "APPROVED", stitchingOutIds);
|
||||||
approvedStitchingOfflineItemsThenReject = stitchingOfflineItemDAO.findByQCOperationDateAndIds(startDate1, endDate1, "REJECT", stitchingOutIds);
|
approvedStitchingOfflineItemsThenReject = stitchingOfflineItemDAO.findByQCOperationDateAndIds(startDate1, endDate1, "REJECT", stitchingOutIds);
|
||||||
}
|
}
|
||||||
//set finishing related details
|
//set finishing related details
|
||||||
|
|
Loading…
Reference in New Issue