Commit e49b9cc3 authored by wux's avatar wux

Merge branch 'release' of http://110.41.143.128:8081/lanbaoming/jiedao-api-boot-master into release

parents e2b555bf e6281777
...@@ -4414,7 +4414,7 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl ...@@ -4414,7 +4414,7 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
|| Objects.equals(auditResult,order_update_pass.getDesc()) || Objects.equals(auditResult,order_update_pass.getDesc())
|| Objects.equals(auditResult,order_update_reject.getDesc()) || Objects.equals(auditResult,order_update_reject.getDesc())
|| Objects.equals(auditResult,order_update_cancel.getDesc())) || Objects.equals(auditResult,order_update_cancel.getDesc()))
&& currentOrderDO.getShipmentState() > 0) ? OrderStatusEnum.valueOf(status).getNameZh().concat("-"): "").concat(I18nMessage.getZhMessage(auditResult)); && currentOrderDO.getShipmentState() > 0) ? OrderStatusEnum.valueOf(currentOrderDO.getStatus()).getNameZh().concat("-"): "").concat(I18nMessage.getZhMessage(auditResult));
} }
if (auditType == 0) { if (auditType == 0) {
this.checkOrderProcessingApprovalType(currentOrderDO, auditType, auditResult); this.checkOrderProcessingApprovalType(currentOrderDO, auditType, auditResult);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment