|
@@ -220,7 +220,12 @@ public class NoCarServiceImpl implements NoCarService{
|
|
|
try {
|
|
|
noCarWayBillDb = noCarWaybillMapper.selectByBillNum(noCarWayBill.getBillNum());
|
|
|
}catch (Exception e){
|
|
|
- return new RespR(false,"有重复运单,请联系管理员删除");
|
|
|
+ noCarWaybillMapper.deleteNotRightWayBill(noCarWayBill.getBillNum());
|
|
|
+ try {
|
|
|
+ noCarWayBillDb = noCarWaybillMapper.selectByBillNum(noCarWayBill.getBillNum());
|
|
|
+ }catch (Exception e1){
|
|
|
+ return new RespR(false,"运单异常,请联系管理员处理");
|
|
|
+ }
|
|
|
}
|
|
|
if(noCarWayBillDb!=null && noCarWayBillDb.getBillwayStatus()>0){
|
|
|
return new RespR(false,"开始指令已经上传成功");
|
|
@@ -324,7 +329,12 @@ public class NoCarServiceImpl implements NoCarService{
|
|
|
try {
|
|
|
noCarWayBillDb = noCarWaybillMapper.selectByBillNum(noCarWayBill.getBillNum());
|
|
|
}catch (Exception e){
|
|
|
- return new RespR(false,"有重复运单,请联系管理员删除");
|
|
|
+ noCarWaybillMapper.deleteNotRightWayBill(noCarWayBill.getBillNum());
|
|
|
+ try {
|
|
|
+ noCarWayBillDb = noCarWaybillMapper.selectByBillNum(noCarWayBill.getBillNum());
|
|
|
+ }catch (Exception e1){
|
|
|
+ return new RespR(false,"运单异常,请联系管理员处理");
|
|
|
+ }
|
|
|
}
|
|
|
if(noCarWayBillDb == null){
|
|
|
try{
|
|
@@ -405,7 +415,12 @@ public class NoCarServiceImpl implements NoCarService{
|
|
|
try {
|
|
|
noCarWayBillDb = noCarWaybillMapper.selectByBillNum(noCarWayBill.getBillNum());
|
|
|
}catch (Exception e){
|
|
|
- return new RespR(false,"有重复运单,请联系管理员删除");
|
|
|
+ noCarWaybillMapper.deleteNotRightWayBill(noCarWayBill.getBillNum());
|
|
|
+ try {
|
|
|
+ noCarWayBillDb = noCarWaybillMapper.selectByBillNum(noCarWayBill.getBillNum());
|
|
|
+ }catch (Exception e1){
|
|
|
+ return new RespR(false,"运单异常,请联系管理员处理");
|
|
|
+ }
|
|
|
}
|
|
|
if(noCarWayBillDb!=null && noCarWayBillDb.getBillwayStatus()>0){
|
|
|
return new RespR(false,"开始指令已经上传成功,请勿重复上传");
|
|
@@ -471,7 +486,12 @@ public class NoCarServiceImpl implements NoCarService{
|
|
|
try {
|
|
|
noCarWayBillDb = noCarWaybillMapper.selectByBillNum(noCarWayBill.getBillNum());
|
|
|
}catch (Exception e){
|
|
|
- return new RespR(false,"有重复运单,请联系管理员删除");
|
|
|
+ noCarWaybillMapper.deleteNotRightWayBill(noCarWayBill.getBillNum());
|
|
|
+ try {
|
|
|
+ noCarWayBillDb = noCarWaybillMapper.selectByBillNum(noCarWayBill.getBillNum());
|
|
|
+ }catch (Exception e1){
|
|
|
+ return new RespR(false,"运单异常,请联系管理员处理");
|
|
|
+ }
|
|
|
}
|
|
|
if(noCarWayBillDb == null){
|
|
|
try{
|