소스 검색

优化代码提交

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