瀏覽代碼

优化代码提交

mashengyi 2 年之前
父節點
當前提交
3824294a0c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/jkcredit/invoice/service/lowerservice/impl/NoCarServiceImpl.java

+ 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());