解决条码查询报错的bug

This commit is contained in:
jishenghua
2025-03-03 19:14:36 +08:00
parent 182a8aed1e
commit 5a528d6855
4 changed files with 27 additions and 11 deletions

View File

@@ -98,7 +98,7 @@ public interface MaterialMapperEx {
List<Material> getMaterialListByUnitIds(@Param("unitIds") String[] unitIds);
String getMaxBarCode();
List<String> getBarCodeList();
List<MaterialVo4Unit> getMaterialByMeId(
@Param("meId") Long meId);