Ver Fonte

导出功能

wangming há 1 ano atrás
pai
commit
5571ee783d

+ 1 - 2
business-common/src/main/java/com/rongwei/bscommon/sys/dao/LuckysheetDao.java

@@ -46,8 +46,7 @@ public interface LuckysheetDao extends BaseMapper<LuckysheetDo> {
      * @return
      */
     @Select("SELECT " +
-            "NAME as SHORTNAME, " +
-            "VALUE as ID, " +
+            "VALUE as SHORTNAME, " +
             "ID, " +
             "DICTTYPE " +
             "FROM " +