日志修改

master
王堂东 2023-11-23 19:47:52 +08:00
parent bc56652e49
commit 6352a6276a
2 changed files with 4 additions and 2 deletions

View File

@ -10,10 +10,11 @@ package com.february.fault.controller;
import com.february.common.core.domain.Result;
import com.february.common.core.domain.FaultCode;
import com.february.common.log.aspect.WebLog;
//import com.february.fault.domain.FaultCode;
import com.february.fault.aspect.WebLog;
import com.february.fault.service.FaultCodeService;
import org.springframework.beans.factory.annotation.Autowired;

View File

@ -9,7 +9,8 @@ package com.february.fault.controller;
import com.february.common.core.domain.R;
import com.february.common.core.domain.Result;
import com.february.common.log.aspect.WebLog;
import com.february.fault.aspect.WebLog;
import com.february.fault.domain.FaultCode;
import com.february.fault.domain.FaultLog;
import com.february.fault.service.FaultLogService;