去除外键之收支项目表jsh_inoutitem相关修改

This commit is contained in:
qiankunpingtai
2019-04-10 16:48:45 +08:00
parent 89b42d342c
commit bb1f9b7e97
5 changed files with 127 additions and 4 deletions

View File

@@ -30,4 +30,6 @@ public interface AccountItemMapperEx {
List<AccountItem> getAccountItemListByAccountIds(@Param("accountIds") String[] accountIds);
List<AccountItem> getAccountItemListByHeaderIds(@Param("headerIds") String[] headerIds);
List<AccountItem> getAccountItemListByInOutItemIds(@Param("inOutItemIds") String[] inOutItemIds);
}