去除外键之供应商客户信息表jsh_supplier、经手人表jsh_person相关修改
This commit is contained in:
@@ -39,4 +39,8 @@ public interface AccountHeadMapperEx {
|
||||
int batchDeleteAccountHeadByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String[] ids);
|
||||
|
||||
List<AccountHead> getAccountHeadListByAccountIds(@Param("accountIds") String[] accountIds);
|
||||
|
||||
List<AccountHead> getAccountHeadListByOrganIds(@Param("organIds") String[] organIds);
|
||||
|
||||
List<AccountHead> getAccountHeadListByHandsPersonIds(@Param("handsPersonIds") String[] handsPersonIds);
|
||||
}
|
||||
@@ -117,4 +117,8 @@ public interface DepotHeadMapperEx {
|
||||
int batchDeleteDepotHeadByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String ids[]);
|
||||
|
||||
List<DepotHead> getDepotHeadListByAccountIds(@Param("accountIds") String[] accountIds);
|
||||
|
||||
List<DepotHead> getDepotHeadListByOrganIds(@Param("organIds") String[] organIds);
|
||||
|
||||
List<DepotHead> getDepotHeadListByHandsPersonIds(@Param("handsPersonIds") String[] handsPersonIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user