|
@@ -119,7 +119,7 @@ public class JyMaterialListController extends BaseController {
|
|
*/
|
|
*/
|
|
@GetMapping("/list")
|
|
@GetMapping("/list")
|
|
public PageInfo<JyMaterialList> list(JyMaterialList jyMaterialList) {
|
|
public PageInfo<JyMaterialList> list(JyMaterialList jyMaterialList) {
|
|
-
|
|
|
|
|
|
+ jyMaterialList.setUserId(null);
|
|
return jyMaterialListService.selectJyMaterialListList(jyMaterialList);
|
|
return jyMaterialListService.selectJyMaterialListList(jyMaterialList);
|
|
}
|
|
}
|
|
|
|
|