Commit 51be8ac1 by 王祖波

sql

parent d6e1379c
......@@ -22,7 +22,7 @@ public interface TabMaterialContentMapper {
public int updateByPrimaryKey(TabMaterialContent entity);
int updateVideoImgUrl(String id,String videoImgUrl);
int updateVideoImgUrl(@Param("id")String id,@Param("videoImgUrl")String videoImgUrl);
public TabMaterialContent selectByUrl(@Param("wxEnterpriseId") String wxEnterpriesId,
@Param("urlMd5") String urlMd5 , @Param("mediaType")int mediaType);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment