去除外键之账户信息表jsh_account相关修改
This commit is contained in:
@@ -36,5 +36,7 @@ public interface AccountHeadMapperEx {
|
||||
List<AccountHeadVo4ListEx> getDetailByNumber(
|
||||
@Param("billNo") String billNo);
|
||||
|
||||
int batchDeleteAccountHeadByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String ids[]);
|
||||
int batchDeleteAccountHeadByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String[] ids);
|
||||
|
||||
List<AccountHead> getAccountHeadListByAccountIds(@Param("accountIds") String[] accountIds);
|
||||
}
|
||||
@@ -25,5 +25,7 @@ public interface AccountItemMapperEx {
|
||||
List<AccountItemVo4List> getDetailList(
|
||||
@Param("headerId") Long headerId);
|
||||
|
||||
int batchDeleteAccountItemByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String ids[]);
|
||||
int batchDeleteAccountItemByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String[] ids);
|
||||
|
||||
List<AccountItem> getAccountItemListByAccountIds(@Param("accountIds") String[] accountIds);
|
||||
}
|
||||
@@ -115,4 +115,6 @@ public interface DepotHeadMapperEx {
|
||||
Long getBuildOnlyNumber(@Param("seq_name") String seq_name);
|
||||
|
||||
int batchDeleteDepotHeadByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String ids[]);
|
||||
|
||||
List<DepotHead> getDepotHeadListByAccountIds(@Param("accountIds") String[] accountIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user