update 首页店铺列表模糊查询修改
This commit is contained in:
@@ -34,7 +34,7 @@ public interface LeaseMachineMapper extends BaseMapper<LeaseMachine> {
|
||||
* 根据id集合查询店铺信息
|
||||
* @return
|
||||
*/
|
||||
List<ShopInfoDto> getExistsMachineShop(@Param("ids") Set<Long> ids, @Param("coin") String coin , @Param("algorithm") String algorithm);
|
||||
List<ShopInfoDto> getExistsMachineShop(@Param("ids") Set<Long> ids, @Param("keyword") String keyword );
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user