Commit 49527cba authored by 耿迪迪's avatar 耿迪迪

居民安检详情小程序修改

parent a7d9c8fd
......@@ -198,7 +198,7 @@ public class TTaskInspectServiceImpl implements ITTaskInspectService
@Override
public List<Userinstpect> anjiandetaillist(Userinstpect userinstpect){
//安检数改为当前登录人只查看自己的安检信息 2024-05-28需求要求
if(1 != userinstpect.getStatus()){
if(1 != userinstpect.getStatus() && 1 != userinstpect.getType()){
userinstpect.setMemberId(SecurityUtils.getLoginUser().getUser().getUserId());
}
if(userinstpect.getType()==1){
......
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