This commit is contained in:
Leo
2025-11-13 23:51:44 +08:00
parent 2cd3a0a798
commit 64ce923631
2 changed files with 41 additions and 2 deletions

View File

@@ -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);
/**
* 批量插入或更新闲鱼商品