|
@@ -2249,6 +2249,7 @@ public class SupplyChainController extends BaseController {
|
|
|
try {
|
|
|
if (!Check.isNull(eventJSon)) {
|
|
|
String event = eventJSon.getString("event");
|
|
|
+ logger.info("快手小店消息解密返回报文:{}", event);
|
|
|
//订单新增消息
|
|
|
if ("kwaishop_order_addOrder".equals(event)) {
|
|
|
orderCursorListService.insertKWaiShopOrder(eventJSon);
|