|
|
@ -50,7 +50,7 @@ public class SxThirdPartyPlcCollectProductDataHandler extends SxThirdPartyPlcCol
|
|
|
|
|
|
|
|
|
|
|
|
if (isRetry || null == filterChain) instanceFilterChain();
|
|
|
|
if (isRetry || null == filterChain) instanceFilterChain();
|
|
|
|
|
|
|
|
|
|
|
|
restoreStepResultData();
|
|
|
|
restoreStepResultData(plcCollectData);
|
|
|
|
|
|
|
|
|
|
|
|
super.doSubmit();
|
|
|
|
super.doSubmit();
|
|
|
|
|
|
|
|
|
|
|
@ -104,7 +104,7 @@ public class SxThirdPartyPlcCollectProductDataHandler extends SxThirdPartyPlcCol
|
|
|
|
isRetry = false;
|
|
|
|
isRetry = false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private void restoreStepResultData() {
|
|
|
|
private void restoreStepResultData(SxThirdPartyPlcCollectDataModel plcCollectData) {
|
|
|
|
((Map<String, Object>) stepResult.getData()).remove(MesPcnExtConstWords.USER_INFO);
|
|
|
|
((Map<String, Object>) stepResult.getData()).remove(MesPcnExtConstWords.USER_INFO);
|
|
|
|
((Map<String, Object>) stepResult.getData()).remove(MesPcnExtConstWords.SERIAL_NUMBER);
|
|
|
|
((Map<String, Object>) stepResult.getData()).remove(MesPcnExtConstWords.SERIAL_NUMBER);
|
|
|
|
((Map<String, Object>) stepResult.getData()).remove(MesPcnExtConstWords.PRODUCT_SN);
|
|
|
|
((Map<String, Object>) stepResult.getData()).remove(MesPcnExtConstWords.PRODUCT_SN);
|
|
|
|