feign报错;
This commit is contained in:
+1
-1
@@ -285,7 +285,7 @@ public class ReservationStockInOrderApplicationService {
|
||||
public Boolean auditState(ReservationStockInOrderDO stockInOrderDO){
|
||||
Boolean b = stockInOrderDomainService.auditState(stockInOrderDO);
|
||||
Integer needCustomsDeclaration = stockInOrderDO.getNeedCustomsDeclaration();
|
||||
Integer auditStatus = stockInOrderDO.getAuditStatus();
|
||||
Integer auditStatus = stockInOrderDO.getIssueStatus();
|
||||
try {
|
||||
if (needCustomsDeclaration != null && needCustomsDeclaration == 1 && auditStatus != null && auditStatus == 2) {
|
||||
Long inOrderId = stockInOrderDO.getInOrderId();
|
||||
|
||||
Reference in New Issue
Block a user