xiewj 7 ماه پیش
والد
کامیت
79ced4dac7

+ 1 - 1
720yun_fd_manage/gis_mapper/src/main/java/com/gis/mapper/WorkMapper.java

@@ -55,7 +55,7 @@ public interface WorkMapper extends BaseMapper<WorkEntity> {
     @SelectProvider(type = BaseProvider.class, method = "selectSql")
     @SelectProvider(type = BaseProvider.class, method = "selectSql")
     List<ReportWorkVo> groupByTypeSql(String format);
     List<ReportWorkVo> groupByTypeSql(String format);
 
 
-    @Select("select * from tb_work where is_delete=0 and (id =#{id} or num =#{id})")
+    @Select("select * from tb_work where  (id =#{id} or num =#{id})")
     WorkEntity findByIdOrNum(String id);
     WorkEntity findByIdOrNum(String id);
 
 
 
 

+ 1 - 2
720yun_fd_manage/gis_web/src/main/java/com/gis/web/controller/LogoController.java

@@ -57,8 +57,7 @@ public class LogoController {
 
 
 
 
     /*
     /*
-     * 获取所有场景
-     * 使用超级管理员权限的
+     * 获取场景logo
      * @param param
      * @param param
      * @return
      * @return
      */
      */