Commit 58337875 by songyinghui

feature: 触达日志 操作日志记录

parent 1278c757
......@@ -104,7 +104,7 @@ public class TriggerCustomerDetailServiceImpl implements TriggerCustomerDetailSe
client.put(puts);
log.info("客户触达写数据组完成 >>>>>");
}catch (Exception ex) {
log.info("数据组写入异常", ex);
log.info("数据组写入异常 {}", JSON.toJSONString(triggerCustomerDetailBos), ex);
}
}
......
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