微调
This commit is contained in:
@@ -40,7 +40,8 @@ public class PqDashboardPageServiceImpl extends ServiceImpl<PqDashboardPageMappe
|
|||||||
// checkName(pqDashboardPageParam,false);
|
// checkName(pqDashboardPageParam,false);
|
||||||
|
|
||||||
BeanUtils.copyProperties(pqDashboardPageParam,pqDashboardPage);
|
BeanUtils.copyProperties(pqDashboardPageParam,pqDashboardPage);
|
||||||
pqDashboardPage.setState(0);
|
//根据前端传递状态赋值
|
||||||
|
//pqDashboardPage.setState(0);
|
||||||
pqDashboardPage.setUserId(RequestUtil.getUserIndex());
|
pqDashboardPage.setUserId(RequestUtil.getUserIndex());
|
||||||
this.save(pqDashboardPage);
|
this.save(pqDashboardPage);
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user