提交 a7fef2a1 编写于 作者: peijun.zhao's avatar peijun.zhao

fix客服删除医生,去除关联账户数据

上级 1b57b40b
流水线 #27324 已失败 于阶段
in 0 second
......@@ -42,5 +42,5 @@ public interface AccountUnionMapper {
*/
void updateUnionStatus(String unionId);
int deleteByAcctId(Integer id);
int deleteByAcctId(Integer acctId);
}
\ No newline at end of file
......@@ -98,7 +98,7 @@ public class DoctorServiceImpl implements DoctorService {
acctMap.put("modifyId",modifyId);
acctMap.put("acctId",acctId.longValue());
accountInfoDetailMapper.updateDeleteByPrimaryKey(acctMap);
logger.info("deleteDoctorInfo acctId:{}",acctId);
accountUnionMapper.deleteByAcctId(acctId);
} else {
throw new AccountException(AccountExceptionEnum.PICA_NOT_REGISTER);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册