Commit f1dd10b8 by sdif

添加用户陪诊员假数据

parent 454749ee
......@@ -551,7 +551,7 @@ public class SysUserServiceImpl implements ISysUserService, UserService {
}else if(dataViewBo.getCondition() == 1){
dataViewVo.setDataSum(falseData.get(0).getAdminToday().intValue());
}else {
dataViewVo.setDataSum(falseData.get(0).getAdminSeven().intValue());
dataViewVo.setDataSum(falseData.get(0).getAdminSum().intValue());
}
//return baseMapper.selectDataView(dataViewBo);
return dataViewVo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment