去除外键之仓库表jsh_depot相关修改
This commit is contained in:
@@ -121,4 +121,6 @@ public interface DepotHeadMapperEx {
|
||||
List<DepotHead> getDepotHeadListByOrganIds(@Param("organIds") String[] organIds);
|
||||
|
||||
List<DepotHead> getDepotHeadListByHandsPersonIds(@Param("handsPersonIds") String[] handsPersonIds);
|
||||
|
||||
List<DepotHead> getDepotHeadListByDepotIds(@Param("depotIds") String[] depotIds);
|
||||
}
|
||||
|
||||
@@ -168,4 +168,6 @@ public interface DepotItemMapperEx {
|
||||
int batchDeleteDepotItemByDepotHeadIds(@Param("depotheadIds")Long []depotHeadIds);
|
||||
|
||||
int batchDeleteDepotItemByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String ids[]);
|
||||
|
||||
List<DepotItem> getDepotItemListListByDepotIds(@Param("depotIds") String[] depotIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user