|
@@ -209,7 +209,7 @@ public class MeterReadRecordServiceImpl implements MeterReadRecordService {
|
|
|
if(!list.isEmpty()){
|
|
|
for (MeterReadRecordDetailDto detail : list) {
|
|
|
com.zcxk.rmcp.core.entity.MeterReadRecord readRecord = new com.zcxk.rmcp.core.entity.MeterReadRecord();
|
|
|
- readRecord.setId(detail.getId());
|
|
|
+ readRecord.setId(idWorker.nextId());
|
|
|
readRecord.setReadDate(detail.getData().getReadDate());
|
|
|
readRecord.setTenantId(detail.getTenantId());
|
|
|
readRecord.setCategoryId(detail.getCategoryId());
|