BUG优化

dev
xiepeng 2024-04-01 18:54:54 +08:00
parent d6a122c369
commit 94709d2b14
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class AppTrafficSecurityNoticeController extends BaseController {
* 1.
* 2.
*/
pd.put("USER_ID", Jurisdiction.getUSER_ID());
pd.put("USER_ID", pd.getString("loginUserId"));
page.setPd(pd);
List<PageData> varList = trafficSecurityReadDetailService.listByUserId(page);
map.put("varList", varList);