|
@@ -21,7 +21,7 @@ public class Sfc10500ServiceImpl extends ServiceImpl<Sfc10500Mapper, Sfc10500> i
|
|
|
|
|
|
@Override
|
|
@Override
|
|
@DataSource(value = DataSourceType.SLAVE)
|
|
@DataSource(value = DataSourceType.SLAVE)
|
|
- public BigDecimal getLotMount(Sfc10500 sfc10500) {
|
|
|
|
|
|
+ public Sfc10500 getLotMount(Sfc10500 sfc10500) {
|
|
return sfc10500Mapper.getLotMount(sfc10500);
|
|
return sfc10500Mapper.getLotMount(sfc10500);
|
|
}
|
|
}
|
|
}
|
|
}
|