This commit is contained in:
zzz
2025-12-12 18:14:57 +08:00
parent 28f92b6138
commit 8e5303838e
2 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public class JxYhzgbhVo implements Serializable {
/** /**
* 整改人 * 整改人
*/ */
@Translation(type = TransConstant.USER_ID_TO_NICKNAME, mapper = "discoverId") @Translation(type = TransConstant.USER_ID_TO_NICKNAME, mapper = "abarbeitung")
private String abarbeitungName; private String abarbeitungName;
/** /**

View File

@ -402,6 +402,7 @@ public class PdMasterServiceImpl extends ServiceImpl<PdMasterMapper, PdMaster> i
if(isValid){ if(isValid){
//TODO 做一些业务上的校验,判断是否需要校验 //TODO 做一些业务上的校验,判断是否需要校验
} }
pdMasterUserService.getBaseMapper().delete(new LambdaQueryWrapper<PdMasterUser>().in(PdMasterUser::getOrdersid, ids));
return baseMapper.deleteByIds(ids) > 0; return baseMapper.deleteByIds(ids) > 0;
} }