|
|
|
@@ -670,6 +670,12 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
return new ResultData(Result.SUCCESS, "操作成功"); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public ResultData hasContractNumber(WxRentContract wxRentContract) { |
|
|
|
int count = wxRentContractMapper.hasContractNumber(wxRentContract); |
|
|
|
return new ResultData(Result.SUCCESS, "操作成功", count > 0 ? true : false); |
|
|
|
} |
|
|
|
|
|
|
|
public void updateInvalidStatus(WxRentContract record) { |
|
|
|
Long id = record.getId(); |
|
|
|
//审核流程中止 |
|
|
|
|