xiaoyong931011
2021-08-18 a8fb0a175ff61c82819e7da191030c2f5e90ae98
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);