Commit dc00d567 authored by hongguangwu's avatar hongguangwu

MVP1.7.9-日志提示语

parent 53017ade
......@@ -132,7 +132,8 @@ public class TEmployeePreLogServiceImpl extends ServiceImpl<TEmployeePreLogMappe
WriteNullStringAsEmpty, WriteDateUseDateFormat
};
// 修改入职确认信息,忽略的字段变更日志。processStatus 不做忽略,如果点确认重置了状态,要有日志。
// 修改入职确认信息,忽略的字段变更日志。
// 2025-4-15 15:44:34 倩倩与龙弟确认:processStatus 不做忽略,如果点确认重置了状态,要有日志,只是目前日志没体现状态。
private static final List<String> IGNORE_FIELD = new ArrayList<>();
static {
IGNORE_FIELD.add("joinLeaveDate");
......
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