This commit is contained in:
hayu 2025-08-29 18:35:21 +08:00
parent ef5e7262fa
commit 50ed57eaa6
1 changed files with 1 additions and 1 deletions

View File

@ -965,7 +965,7 @@ public class LeaseTaskServiceImpl implements ILeaseTaskService {
return AjaxResult.error("发布驳回失败,请联系管理员"); return AjaxResult.error("发布驳回失败,请联系管理员");
} }
// 根据parentId及newTypeId更新lease_apply_details表的发布数量 // 根据parentId及newTypeId删除lease_publish_details
int details = mapper.deletePublishDetails(leaseApplyDetails); int details = mapper.deletePublishDetails(leaseApplyDetails);
if (details == 0) { if (details == 0) {
throw new ServiceException("发布驳回详情删除失败,请联系管理员"); throw new ServiceException("发布驳回详情删除失败,请联系管理员");