md
This commit is contained in:
parent
4705cf91bd
commit
85b62e8a96
@ -621,7 +621,7 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
|
||||
// bug:1454,未开单不允许扫描
|
||||
boolean isGot = checkWaybillIsGot(mainBillCode);
|
||||
if (isGot) {
|
||||
if (!isGot) {
|
||||
scanResultItem.setResult("fail");
|
||||
scanResultItem.setMessage("运单未揽收");
|
||||
scanResultItem.setErrorCode(EmisBizErrorType.SCAN_NO_ALLOW.errorCode);
|
||||
@ -761,7 +761,7 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
|
||||
// bug:1454,未开单不允许扫描
|
||||
boolean isGot = checkWaybillIsGot(mainBillCode);
|
||||
if (isGot) {
|
||||
if (!isGot) {
|
||||
scanResultItem.setResult("fail");
|
||||
scanResultItem.setMessage("运单未揽收");
|
||||
scanResultItem.setErrorCode(EmisBizErrorType.SCAN_NO_ALLOW.errorCode);
|
||||
@ -926,7 +926,7 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
|
||||
// bug:1454,未开单不允许扫描
|
||||
boolean isGot = checkWaybillIsGot(mainBillCode);
|
||||
if (isGot) {
|
||||
if (!isGot) {
|
||||
scanResultItem.setResult("fail");
|
||||
scanResultItem.setMessage("运单未揽收");
|
||||
scanResultItem.setErrorCode(EmisBizErrorType.SCAN_NO_ALLOW.errorCode);
|
||||
@ -1044,7 +1044,7 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
|
||||
// bug:1454,未开单不允许扫描
|
||||
boolean isGot = checkWaybillIsGot(mainBillCode);
|
||||
if (isGot) {
|
||||
if (!isGot) {
|
||||
scanResultItem.setResult("fail");
|
||||
scanResultItem.setMessage("运单未揽收");
|
||||
scanResultItem.setErrorCode(EmisBizErrorType.SCAN_NO_ALLOW.errorCode);
|
||||
@ -1273,7 +1273,7 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
|
||||
// bug:1454,未开单不允许扫描
|
||||
boolean isGot = checkWaybillIsGot(mainBillCode);
|
||||
if (isGot) {
|
||||
if (!isGot) {
|
||||
scanResultItem.setResult("fail");
|
||||
scanResultItem.setMessage("运单未揽收");
|
||||
scanResultItem.setErrorCode(EmisBizErrorType.SCAN_NO_ALLOW.errorCode);
|
||||
@ -1414,7 +1414,7 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
|
||||
// bug:1454,未开单不允许扫描
|
||||
boolean isGot = checkWaybillIsGot(mainBillCode);
|
||||
if (isGot) {
|
||||
if (!isGot) {
|
||||
scanResultItem.setResult("fail");
|
||||
scanResultItem.setMessage("运单未揽收");
|
||||
scanResultItem.setErrorCode(EmisBizErrorType.SCAN_NO_ALLOW.errorCode);
|
||||
@ -1859,7 +1859,7 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
|
||||
// bug:1454,未开单不允许扫描
|
||||
boolean isGot = checkWaybillIsGot(mainBillCode);
|
||||
if (isGot) {
|
||||
if (!isGot) {
|
||||
scanResultItem.setResult("fail");
|
||||
scanResultItem.setMessage("运单未揽收");
|
||||
scanResultItem.setErrorCode(EmisBizErrorType.SCAN_NO_ALLOW.errorCode);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user