Ver código fonte

解决接口冲突

dingxin 6 anos atrás
pai
commit
26dbe6270f

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/dao/TpCarouselSettingMapper.java Ver arquivo

@@ -18,7 +18,7 @@ public interface TpCarouselSettingMapper {
18 18
     int updateByPrimaryKey(TpCarouselSetting record);
19 19
 
20 20
      int getcarouselNum(String lease);
21
-     
21
+
22 22
     Integer selectCarouselNum(String carouselType);
23 23
 
24 24
 }