Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
aba36ba322
|
|
@ -296,7 +296,7 @@ public class DutyService {
|
|||
shopUserDutyDetail.setProductId(orderDetail.getProductId());
|
||||
shopUserDutyDetail.setProductName(orderDetail.getProductName());
|
||||
detaiList.add(shopUserDutyDetail);
|
||||
productSkuMapper.updateByskuId(orderDetail.getProductSkuId(), orderDetail.getNum());
|
||||
// productSkuMapper.updateByskuId(orderDetail.getProductSkuId(), orderDetail.getNum());
|
||||
}
|
||||
if (detaiList.size() > 0) {
|
||||
shopUserDutyDetailMapper.batchInsert(detaiList);
|
||||
|
|
@ -336,7 +336,7 @@ public class DutyService {
|
|||
detaiList.add(shopUserDutyDetail);
|
||||
|
||||
}
|
||||
productSkuMapper.updateByskuId(orderDetail.getProductSkuId(), orderDetail.getNum());
|
||||
// productSkuMapper.updateByskuId(orderDetail.getProductSkuId(), orderDetail.getNum());
|
||||
}
|
||||
|
||||
if (detaiList.size() > 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue