Commit 49a9d022 by 徐高华

链接

parent a8bc9f96
......@@ -39,7 +39,7 @@ public interface HmLinkMapper {
* @Throws
*/
public TabHmLink selectById(Long linkId);
/**
*
* @Title: selectByShortCode
......@@ -50,7 +50,8 @@ public interface HmLinkMapper {
* @return
* @throws
*/
public TabHmLink selectByShortCode(String enterpriseId, String shortCode) ;
public TabHmLink selectByShortCode(@Param("enterpriseId") String enterpriseId,
@Param("shortCode") String shortCode);
public List<TabHmLink> listForSms(@Param("wxEnterpriseId") String wxEnterpriseId,
@Param("enterpriseId") String enterpriseId, @Param("linkName") String linkName,
......
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