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