Procházet zdrojové kódy

[拼团][修改][下单问题]

release_toaliyun_real
gongbiao před 7 roky
rodič
revize
3838c347ab
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxOrderGroupServiceImpl.java

+ 2
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxOrderGroupServiceImpl.java Zobrazit soubor

@@ -81,6 +81,7 @@ public class WxOrderGroupServiceImpl implements WxOrderGroupService {
throw new MallinkException(ErrorCode.DB_FAIL); throw new MallinkException(ErrorCode.DB_FAIL);
} }
//更新order //更新order
order.setOrderStatus(EnumOrderStatus.ORDER_STATUS_COOPERATING.getCode());
order.setPressEndDate(wxOrderGroup.getExpiredDate()); order.setPressEndDate(wxOrderGroup.getExpiredDate());
order.setOrderGroupId(wxOrderGroup.getId()); order.setOrderGroupId(wxOrderGroup.getId());
try { try {
@@ -131,6 +132,7 @@ public class WxOrderGroupServiceImpl implements WxOrderGroupService {
throw new MallinkException(ErrorCode.DB_FAIL); throw new MallinkException(ErrorCode.DB_FAIL);
} }
//更新order //更新order
order.setOrderStatus(EnumOrderStatus.ORDER_STATUS_COOPERATING.getCode());
order.setPressEndDate(expiredDate); order.setPressEndDate(expiredDate);
order.setOrderGroupId(groupId); order.setOrderGroupId(groupId);
try { try {


Načítá se…
Zrušit
Uložit