|
@@ -54,7 +54,7 @@ public class PlatformAapiServiceImpl implements PlatformAapiService {
|
|
operatingValveRecord.setCreateDate(new Date());
|
|
operatingValveRecord.setCreateDate(new Date());
|
|
operatingValveRecord.setCustomerId(device.getCustomerId());
|
|
operatingValveRecord.setCustomerId(device.getCustomerId());
|
|
operatingValveRecord.setStatus(1);
|
|
operatingValveRecord.setStatus(1);
|
|
- operatingValveRecord.setWaterFileNo(device.getWaterMeterFileNo());
|
|
|
|
|
|
+ operatingValveRecord.setWaterFileNo(device.getMetercode());
|
|
operatingValveRecord.setWaterNo(device.getWaterMeterNo());
|
|
operatingValveRecord.setWaterNo(device.getWaterMeterNo());
|
|
operatingValveRecord.setOperation(type);
|
|
operatingValveRecord.setOperation(type);
|
|
operatingValveRecordMapper.insert(operatingValveRecord);
|
|
operatingValveRecordMapper.insert(operatingValveRecord);
|