1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.ruoyi.jarvis.mapper;
|
||||
|
||||
import java.util.List;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
import com.ruoyi.jarvis.domain.ErpProduct;
|
||||
|
||||
/**
|
||||
@@ -66,7 +67,7 @@ public interface ErpProductMapper
|
||||
* @param appid ERP应用ID
|
||||
* @return 闲鱼商品
|
||||
*/
|
||||
public ErpProduct selectErpProductByProductIdAndAppid(Long productId, String appid);
|
||||
public ErpProduct selectErpProductByProductIdAndAppid(@Param("productId") Long productId, @Param("appid") String appid);
|
||||
|
||||
/**
|
||||
* 批量插入或更新闲鱼商品
|
||||
|
||||
Reference in New Issue
Block a user