Merge branch 'main' of http://122.51.230.86:3000/dianliang/oil-station
This commit is contained in:
commit
c1b5af6364
@ -390,9 +390,9 @@ public class OilOrderServiceImpl extends ServiceImpl<OilOrderMapper, OilOrder> i
|
||||
public Map<String, Object> insertOilOrder(Map<String, String> map) throws Exception {
|
||||
AccountInfo nowAccountInfo = TokenUtil.getNowAccountInfo();
|
||||
Integer storeId = nowAccountInfo.getStoreId();
|
||||
// 油品订单信息
|
||||
// 油品订单信息(油品对象)
|
||||
String oilOrder = map.get("oilOrder");
|
||||
// 商品订单信息
|
||||
// 商品订单信息(商品订单列表)
|
||||
String goodsOrder = map.get("goodsOrder");
|
||||
// 储值卡消费金额 没有默认传0
|
||||
String balanceAmount = map.get("balanceAmount");
|
||||
|
Loading…
Reference in New Issue
Block a user