|
@@ -188,8 +188,8 @@ public class YeWeiHuiController {
|
|
|
}
|
|
|
|
|
|
@GetMapping("/yeweihui/ribaohuiz")
|
|
|
- public Model<List<MsSuspected>> yeweihuiRibaohuiz(/*Long userCreate,*/String reportDate) {
|
|
|
- Long userCreate = 1225321682867105793L;
|
|
|
+ public Model<List<MsSuspected>> yeweihuiRibaohuiz(Long userCreate,String reportDate) {
|
|
|
+// Long userCreate = 1225321682867105793L;
|
|
|
List<MsSuspected> rbList = rbService.selecthuiz(userCreate,reportDate);
|
|
|
return Model.newSuccess(rbList);
|
|
|
}
|