|
@@ -104,6 +104,7 @@ public class KfcServiceImpl {
|
|
|
createOrder2Model.setShopId(shopId);
|
|
|
JSONObject shopInfo = new JSONObject();
|
|
|
shopInfo.set("shopName", kfcGoodsDetailRequest.getShopName());
|
|
|
+ shopInfo.set("ot", kfcGoodsDetailRequest.getOt());
|
|
|
createOrder2Model.setShopInfo(shopInfo);
|
|
|
createOrder2Model.setTotalAmount(bigDecimal);
|
|
|
createOrder2Model.setDiscountAmount(BigDecimal.ZERO);
|