记得上下班打卡 | git大法好,push需谨慎

Commit f7590b36 authored by 胡佳晨's avatar 胡佳晨

提交

parent 4c205517
...@@ -264,7 +264,12 @@ public class WdtServiceImpl implements IGoblinErpService { ...@@ -264,7 +264,12 @@ public class WdtServiceImpl implements IGoblinErpService {
for (String orderSkuId : orderSkuIds) { for (String orderSkuId : orderSkuIds) {
OrderListParam orderSkuParam = OrderListParam.getNew(); OrderListParam orderSkuParam = OrderListParam.getNew();
GoblinOrderSkuVo orderSkuVo = goblinRedisUtils.getGoblinOrderSkuVo(orderSkuId); GoblinOrderSkuVo orderSkuVo = goblinRedisUtils.getGoblinOrderSkuVo(orderSkuId);
if (orderSkuVo.getErpHosting() == 1 && orderSkuVo.getStatus() == GoblinStatusConst.Status.ORDER_STATUS_2.getValue()) { if (orderSkuVo.getErpHosting() == 1 &&
(orderSkuVo.getStatus() == GoblinStatusConst.Status.ORDER_STATUS_2.getValue() ||
orderSkuVo.getStatus() == GoblinStatusConst.Status.ORDER_STATUS_4.getValue() ||
orderSkuVo.getStatus() == GoblinStatusConst.Status.ORDER_STATUS_3.getValue()
)
) {
erpHosting = 1; erpHosting = 1;
} else { } else {
continue; continue;
......
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