forked from integrated_whb/integrated_whb
BUG优化
parent
d6a122c369
commit
94709d2b14
|
@ -108,7 +108,7 @@ public class AppTrafficSecurityNoticeController extends BaseController {
|
||||||
* 1.获取关系信息
|
* 1.获取关系信息
|
||||||
* 2.根据关系信息找到公告信息
|
* 2.根据关系信息找到公告信息
|
||||||
*/
|
*/
|
||||||
pd.put("USER_ID", Jurisdiction.getUSER_ID());
|
pd.put("USER_ID", pd.getString("loginUserId"));
|
||||||
page.setPd(pd);
|
page.setPd(pd);
|
||||||
List<PageData> varList = trafficSecurityReadDetailService.listByUserId(page);
|
List<PageData> varList = trafficSecurityReadDetailService.listByUserId(page);
|
||||||
map.put("varList", varList);
|
map.put("varList", varList);
|
||||||
|
|
Loading…
Reference in New Issue