|
|
|
@@ -1831,6 +1831,9 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
@Override
|
|
|
|
@Transactional(rollbackFor = {Exception.class})
|
|
|
|
public ResultData updateRentContractStatus(Long id,boolean buildProperyBill) {
|
|
|
|
logger.info(" updateRentContractStatus_:"+id);
|
|
|
|
|
|
|
|
|
|
|
|
if (id == null) {
|
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR);
|
|
|
|
}
|
|
|
|
|