给单据的商品选择增加类别选择
This commit is contained in:
@@ -209,6 +209,7 @@ public class MaterialController {
|
||||
}
|
||||
MaterialName = MaterialName + expand + ((material.getCommodityUnit() == null || material.getCommodityUnit().equals("")) ? "" : "(" + material.getCommodityUnit() + ")") + ratio;
|
||||
item.put("MaterialName", MaterialName);
|
||||
item.put("categoryName", material.getCategoryName());
|
||||
item.put("name", material.getName());
|
||||
item.put("expand", expand);
|
||||
item.put("model", material.getModel());
|
||||
|
||||
@@ -38,5 +38,5 @@ public interface MaterialCategoryMapperEx {
|
||||
|
||||
List<MaterialCategory> getMaterialCategoryListByCategoryIds(@Param("parentIds") String[] categoryIds);
|
||||
|
||||
List<MaterialCategory> getListByParentId(Long parentId);
|
||||
List<MaterialCategory> getListByParentId(@Param("parentId") Long parentId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user