|
|
@ -163,7 +163,7 @@ public class MesWorkOrderSaveStepService extends BaseStepService {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
String prodResult = productionDispatchContextStepService.getProductResultContext(reqBean);
|
|
|
|
String prodResult = productionDispatchContextStepService.getProductResultContext(reqBean);
|
|
|
|
if (StringUtils.isEmpty(prodResult)) {
|
|
|
|
if (!StringUtils.isEmpty(prodResult)) {
|
|
|
|
//可疑品
|
|
|
|
//可疑品
|
|
|
|
boolean isSuspicious = MesExtEnumUtil.PRODUCE_QC_STATUS.SUSPICIOUS.getValue() == Integer.parseInt(prodResult);
|
|
|
|
boolean isSuspicious = MesExtEnumUtil.PRODUCE_QC_STATUS.SUSPICIOUS.getValue() == Integer.parseInt(prodResult);
|
|
|
|
if (isSuspicious && !productionPsOutContextList.isEmpty()){
|
|
|
|
if (isSuspicious && !productionPsOutContextList.isEmpty()){
|
|
|
|