|
@@ -125,7 +125,7 @@ public class ChannelGoodsSettleOrderServiceImpl extends ServiceImpl<ChannelGoods
|
|
|
.set(ChannelGoods::getStatus, ChannelGoodsSettleStatusTypeEnum.FINISHED)
|
|
|
.set(ChannelGoods::getSettleQty, settleQty)
|
|
|
.set(ChannelGoods::getSettleTime, DateUtils.parseDate(payOrder.getCompleteDate()))
|
|
|
- .in(ChannelGoods::getOrderId, channelGoodsIdList));
|
|
|
+ .in(ChannelGoods::getId, channelGoodsIdList));
|
|
|
|
|
|
if (!updateRst) {
|
|
|
LogUtil.error(logger, "更新门店采购商品信息失败。orderId:{0}",
|