feign报错;

This commit is contained in:
王奎兴
2026-06-12 16:38:22 +08:00
parent 115f427ce7
commit fa9682ae63
@@ -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();