This commit is contained in:
hejinbo
2023-11-16 14:21:43 +08:00
parent 091d9e4af9
commit 0d197b2aa9
2 changed files with 13 additions and 8 deletions
@@ -304,8 +304,8 @@ public class DeptIdentifyServiceImpl implements IDeptIdentifyService {
return AjaxResult.error("信息重复");
}
deptIdentify.setIdentifyStatus(0); //设置认证状态默认为未认证
deptIdentify.setIsUse(0); //设置认证状态默认为未认证
int i = deptIdentifyMapper.insertDeptIdentify(deptIdentify);//设置机构默认为未启用
deptIdentify.setIsUse(0); //设置机构默认为未启用
int i = deptIdentifyMapper.insertDeptIdentify(deptIdentify);
if (i > 0) {
return AjaxResult.success("新增成功");
}