src/main/java/com/fgkj/controller/UserLogController.java
@@ -13,12 +13,14 @@ import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import javax.annotation.Resource; @RequestMapping("userLog") @RestController @Api public class UserLogController{ @Autowired @Resource private User_logService service; //5.4用户操作记录查询(根据用户名和操作类型以及操作时间)