master
DongZeLiang 2024-08-05 16:34:19 +08:00
parent 056abbe8f7
commit ae7f0e4fce
1 changed files with 5 additions and 1 deletions

View File

@ -2,15 +2,19 @@ package com.muyu.common.datascope;
import com.baomidou.mybatisplus.core.handlers.MetaObjectHandler;
import com.muyu.common.security.utils.SecurityUtils;
import lombok.extern.log4j.Log4j2;
import org.apache.ibatis.reflection.MetaObject;
import org.springframework.stereotype.Component;
import java.util.Date;
/**
*
*/
@Log4j2
public class MyMetaObjectHandler implements MetaObjectHandler {
public MyMetaObjectHandler () {
log.info("元对象字段填充控制器 ------- 加载完成");
}
@Override
public void insertFill(MetaObject metaObject) {