Commit a45ecae7 by guojuxing

白名单查询修改

parent 4900ccfe
package com.gic.enterprise.dao.mapper;
import com.gic.enterprise.entity.TabEnterpriseWhiteList;
import org.apache.ibatis.annotations.Param;
import java.util.List;
......@@ -55,5 +56,5 @@ public interface TabEnterpriseWhiteListMapper {
TabEnterpriseWhiteList getEnterpriseWhiteList(Integer enterpriseId);
List<TabEnterpriseWhiteList> listEnterpriseWhiteList(String search);
List<TabEnterpriseWhiteList> listEnterpriseWhiteList(@Param("search") String search);
}
\ No newline at end of file
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