解决excel导入商品遇到的条码重复的问题

This commit is contained in:
jishenghua
2024-12-08 00:44:02 +08:00
parent e49b8e05d4
commit f41dbb34e1
5 changed files with 45 additions and 16 deletions

View File

@@ -24,4 +24,7 @@ public interface MaterialExtendMapperEx {
int batchDeleteMaterialExtendByMIds(@Param("ids") String ids[]);
int specialUpdatePrice(MaterialExtend record);
List<MaterialExtend> getBasicInfoByMid(
@Param("materialId") Long materialId);
}