去除外键之账户信息表jsh_account相关修改

This commit is contained in:
qiankunpingtai
2019-04-10 14:37:36 +08:00
parent 85bc297e3b
commit 76034a1298
11 changed files with 197 additions and 6 deletions

View File

@@ -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);
}