系统操作日志:使用自定义 starter 的方式重新集成 mzt-biz-log

This commit is contained in:
puhui999
2023-12-19 09:20:47 +08:00
parent ddb6fe7ec8
commit 3bab9748db
21 changed files with 187 additions and 128 deletions

View File

@ -22,6 +22,5 @@ public interface LogRecordConstants {
//======================= 客户转移操作日志 =======================
String TRANSFER_CUSTOMER_LOG_SUCCESS = "把客户【{{#crmCustomer.name}}】的负责人从【{getAdminUserById{#crmCustomer.ownerUserId}}】变更为了【{getAdminUserById{#reqVO.newOwnerUserId}}】";
String TRANSFER_CUSTOMER_LOG_FAIL = ""; // TODO @puhui999这个可以删除哈一般不搞失败的日志
}