|
@@ -108,7 +108,6 @@ public class KwaixiaodianOrderCursorListServiceImpl implements IKwaixiaodianOrde
|
|
|
|
|
|
@Override
|
|
|
public void insertKWaiShopOrder(JSONObject eventJSon) {
|
|
|
- log.info("新增kwaixiaodian订单,消息体:{}", eventJSon);
|
|
|
JSONObject info = eventJSon.getJSONObject("info");
|
|
|
String openId = eventJSon.getString("openId");
|
|
|
Long oid = null;
|