阅读背景:

MyBatisPlus的UpdateWrapper用法_wufaqidong1的博客_mybatisplus updatewrapper的用法

来源:互联网 
CaseSource caseSource = this.baseMapper.selectById(caseId);
if (caseSource == null) {
    throw new EnforcementServiceException("未找到此案源");
}
UpdateWrapper<CaseSource> updateWrapper = new UpdateWrapper<>();
updateWrapper.set("relate_id", null);
baseMapper.update(caseSource, updateWrapper);CaseSource caseSource = this.baseMapper.selectB



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: