@@ -10,6 +10,6 @@ import java.math.BigDecimal;
@Mapper
public interface RmsCapacityMapper extends IBaseMapper<RmsCapacity, Short> {
- @Select("select seq__RMS_CAPACITY.nextval from dual")
+ @Select("select seq_RMS_CAPACITY.nextval from dual")
BigDecimal selectCapacityId();
}