bug
This commit is contained in:
@@ -23,11 +23,9 @@ public class TaihuWelfareController {
|
||||
return taihuWelfareService.getTaihuWelfareArticleList(param);
|
||||
}
|
||||
|
||||
|
||||
public R getTaihuWelfareProductList(){
|
||||
|
||||
|
||||
return null;
|
||||
@RequestMapping("/getTaihuWelfareProductList")
|
||||
public R getTaihuWelfareProductList(@RequestBody ParamTo param){
|
||||
return taihuWelfareService.getTaihuWelfareProductList(param);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user