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.setProductId(orderDetail.getProductId());
|
||||||
shopUserDutyDetail.setProductName(orderDetail.getProductName());
|
shopUserDutyDetail.setProductName(orderDetail.getProductName());
|
||||||
detaiList.add(shopUserDutyDetail);
|
detaiList.add(shopUserDutyDetail);
|
||||||
productSkuMapper.updateByskuId(orderDetail.getProductSkuId(), orderDetail.getNum());
|
// productSkuMapper.updateByskuId(orderDetail.getProductSkuId(), orderDetail.getNum());
|
||||||
}
|
}
|
||||||
if (detaiList.size() > 0) {
|
if (detaiList.size() > 0) {
|
||||||
shopUserDutyDetailMapper.batchInsert(detaiList);
|
shopUserDutyDetailMapper.batchInsert(detaiList);
|
||||||
|
|
@ -336,7 +336,7 @@ public class DutyService {
|
||||||
detaiList.add(shopUserDutyDetail);
|
detaiList.add(shopUserDutyDetail);
|
||||||
|
|
||||||
}
|
}
|
||||||
productSkuMapper.updateByskuId(orderDetail.getProductSkuId(), orderDetail.getNum());
|
// productSkuMapper.updateByskuId(orderDetail.getProductSkuId(), orderDetail.getNum());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (detaiList.size() > 0) {
|
if (detaiList.size() > 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue