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

Commit 0c5cb30f authored by 胡佳晨's avatar 胡佳晨

修改 绑定订单

parent c032b792
......@@ -195,7 +195,7 @@ public class GoblinAppZhengzaiServiceImpl implements IGoblinAppZhengzaiService {
if (storeOrderVo.getUserId().equals(uid)) {
continue;
}
storeOrderVo.setUserId(orderId);
storeOrderVo.setUserId(uid);
priceActual = priceActual.add(storeOrderVo.getPriceActual());
//mongo
mongoUtils.updateGoblinStoreOrderVo(storeOrderVo.getOrderId(), storeOrderVo);
......
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