|
@@ -97,7 +97,7 @@ public class ProductOrderFacade extends ProductOrderServiceImpl {
|
|
|
products = detailMap.get(num);
|
|
|
for(AuthDetailDTO i : products){
|
|
|
i.setAuditStatusMsg(AuditStatusEnum.getName(i.getAuditStatus()));
|
|
|
- if(i.getRejectType()!=null){
|
|
|
+ if(i.getRejectType()!=null&&i.getRejectType()!=-1){
|
|
|
i.setRejectReason(NotPassEnum.getName(i.getRejectType()));
|
|
|
}
|
|
|
}
|