Browse Source

优化代码提交

mashengyi 2 years ago
parent
commit
3824294a0c

+ 1 - 1
src/main/java/com/jkcredit/invoice/service/lowerservice/impl/NoCarServiceImpl.java

@@ -715,7 +715,7 @@ public class NoCarServiceImpl implements NoCarService {
                     responseRespR = responseRespRrec;
                     responseRespR.getData().setWaybillNum(noCarWayBill.getBillNum());
                 }else{
-                    if(responseRespR.getData().getWaybillStatus()<responseRespRrec.getData().getWaybillStatus()){
+                    if(responseRespR.getData().getWaybillStatus()>responseRespRrec.getData().getWaybillStatus()){
                         responseRespR.getData().setWaybillStatus(responseRespRrec.getData().getWaybillStatus());
                     }
                     responseRespR.getData().getResult().addAll(responseRespRrec.getData().getResult());