gaodd 2 years ago
parent
commit
990bb23abf

+ 1 - 1
src/main/java/com/chinaitop/depot/business/service/impl/ReceiveNoticeServiceImpl.java

@@ -110,7 +110,7 @@ public class ReceiveNoticeServiceImpl implements ReceiveNoticeService {
110 110
         }
111 111
         //审批通过的
112 112
         if(businessNoticeReceive.getAuditState() != null){
113
-        	if(businessNoticeReceive.getAuditState().equals("04")){//未审批结束的
113
+        	if(businessNoticeReceive.getAuditState().equals(14)){//未审批结束的
114 114
         		createCriteria.andAuditStateNotEqualTo(5);//5是审批结束的
115 115
         	}else{
116 116
         		createCriteria.andAuditStateEqualTo(businessNoticeReceive.getAuditState());