Commit 3ebe5513 by zhiwj

订单

parent f803edcd
......@@ -52,6 +52,7 @@ public class EvaluateMsgLogApiServiceImpl implements EvaluateMsgLogApiService {
@Override
public ServiceResponse<Void> sendOrderNotice(String json) {
// sendOrderNoticeMq
logger.info("发送订单评价提醒:{}", json);
TabEvaluateMsgLog tabEvaluateMsgLog = JSON.parseObject(json, TabEvaluateMsgLog.class);
sendMsg(tabEvaluateMsgLog.getEnterpriseId(), tabEvaluateMsgLog);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment