This commit is contained in:
parent
ef5e7262fa
commit
50ed57eaa6
|
|
@ -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("发布驳回详情删除失败,请联系管理员");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue