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