Browse Source

修改运力新增序列号

zx 3 years ago
parent
commit
3839734a59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/steerinfo/dil/mapper/RmsCapacityMapper.java

+ 1 - 1
src/main/java/com/steerinfo/dil/mapper/RmsCapacityMapper.java

@@ -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();
 }