|
@@ -1219,7 +1219,7 @@ public class CzrkServiceImpl implements ICzrkService {
|
|
|
czrk.setConfirmInfoUserTime(DateUtils.getNowDate());
|
|
|
czrkMapper.updateCzrk(czrk);
|
|
|
}
|
|
|
- return AjaxResult.error("未查询到对应成员");
|
|
|
+ return AjaxResult.success();
|
|
|
}
|
|
|
|
|
|
private String packRedisKey(String deptId) {
|