xiaoyong931011
2021-08-18 83cf3aeb3a5591f49b010696c8e5d7cca674d9fd
gc-sys/src/main/java/com/xzx/gc/system/mapper/BannerMapper.java
@@ -51,7 +51,7 @@
    BannerInfo selectBannerById(@Param("id")Long id);
    void updateBannerById(@Param("sort")Integer sort, @Param("picUrl")String picUrl,
    void updateBannerById(@Param("sort")Integer sort, @Param("picPath")String picPath, @Param("picUrl")String picUrl,
                          @Param("picName")String picName, @Param("id")Long id);
    void delSysBannerById(@Param("id")long id);