@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
-@RequestMapping("/statistic/reportPersonnel")
+@RequestMapping("report/statistic/reportPersonnel")
public class StatisticReportPersonnelController extends BaseController {
@Autowired