@@ -21,7 +21,7 @@ public interface EsMapper extends MiniserviceBaseDao {
"b.name_en as nameEn, " +
"b.name_zh as nameZn, " +
"c.ut_id as utId, " +
- "c.value as value" +
+ "c.value as value " +
"from es_unit_sys_del a " +
"LEFT JOIN es_unit_group b on a.gut_id =b.gut_id " +
"LEFT JOIN es_unit c on c.ut_id=a.ut_id where sut_id =#{sutId} ORDER BY b.ser asc")
@@ -24,7 +24,7 @@
100022,ES0022,单位默认值设置,service,
100023,ES0023,系统单位切换,service,
100024,ES0024,单位系统查看,service,
-100024,ES0025,单位系统单位组值查看,service,
+100025,ES0025,单位系统单位组值查看,service,
110001,ES1001,组件查询,service,
110002,BES001,基础字典查询,service,