|
|
@ -14,6 +14,8 @@ import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
|
|
|
|
import javax.annotation.Resource; |
|
|
|
|
|
|
|
/** |
|
|
|
* @description: |
|
|
|
* @author: wuHuiJuan |
|
|
@ -24,9 +26,9 @@ import org.springframework.web.bind.annotation.RestController; |
|
|
|
@RestController |
|
|
|
public class LogController { |
|
|
|
|
|
|
|
@Autowired |
|
|
|
@Resource |
|
|
|
private SysLogMapper sysLogMapper; |
|
|
|
@Autowired |
|
|
|
@Resource |
|
|
|
private Snowflake snowflake; |
|
|
|
|
|
|
|
@RequestMapping("/log/operation") |
|
|
|