|
|
|
@ -1673,7 +1673,8 @@ public class QcController { |
|
|
|
String site = params.get("site"); |
|
|
|
//String buNo = params.get("buNo"); |
|
|
|
String orderNo = params.get("orderNo"); |
|
|
|
int count = qcService.checkProcessInspectionPendingCount(site, orderNo); |
|
|
|
String resourceId = params.get("resourceId"); |
|
|
|
int count = qcService.checkProcessInspectionPendingCount(site, orderNo, resourceId); |
|
|
|
return R.ok().put("count", count); |
|
|
|
} |
|
|
|
|
|
|
|
|