|
@@ -62,7 +62,7 @@ public class FinTranRecordServiceImpl extends ServiceImpl<FinTranRecordMapper, F
|
|
@DataSource(DataSourceType.SLAVE)
|
|
@DataSource(DataSourceType.SLAVE)
|
|
public int insertFinTranRecord(FinTranRecord finTranRecord) {
|
|
public int insertFinTranRecord(FinTranRecord finTranRecord) {
|
|
finTranRecord.setCreateTime(DateUtils.getNowDate());
|
|
finTranRecord.setCreateTime(DateUtils.getNowDate());
|
|
- finTranRecord.setId(this.nextId());
|
|
|
|
|
|
+// finTranRecord.setId(this.nextId());
|
|
return finTranRecordMapper.insertFinTranRecord(finTranRecord);
|
|
return finTranRecordMapper.insertFinTranRecord(finTranRecord);
|
|
}
|
|
}
|
|
|
|
|