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