去除外键之多单位表jsh_unit相关修改

This commit is contained in:
qiankunpingtai
2019-04-11 10:36:43 +08:00
parent 3fa79da3aa
commit a86630e1e4
5 changed files with 126 additions and 5 deletions

View File

@@ -60,4 +60,6 @@ public interface MaterialMapperEx {
int batchDeleteMaterialByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String ids[]);
List<Material> getMaterialListByCategoryIds(@Param("categoryIds") String[] categoryIds);
List<Material> getMaterialListByUnitIds(@Param("unitIds") String[] unitIds);
}