|
|
|
@@ -658,11 +658,6 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
if (null != clist && clist.size() > 0 ) { |
|
|
|
return new ResultData(Result.ERROR, "房间资源存在其他审批中的租金合同。请先作完成。"); |
|
|
|
} |
|
|
|
// Integer count = wxRentContractMapper.getCanApplyCount(rentContract.getId()); |
|
|
|
// if (null != count && count.intValue()>0) { |
|
|
|
// return new ResultData(Result.ERROR, "当前存在其他草稿状态或者履约驳回的合同。请先作废其他草稿或者审批拒绝或者撤回的合同。"); |
|
|
|
// } |
|
|
|
|
|
|
|
if (CollectionUtils.isEmpty(rentContract.getFlowParams())) { |
|
|
|
return new ResultData(Result.ERROR, "编号["+rentContract.getId()+"]租金合同没有审批流程."); |
|
|
|
} |
|
|
|
|