解决财务单据删除逻辑的bug

This commit is contained in:
季圣华
2020-10-05 20:32:12 +08:00
parent ce3fbfb557
commit 3534c26ae3
5 changed files with 19 additions and 38 deletions

View File

@@ -32,4 +32,6 @@ public interface AccountItemMapperEx {
List<AccountItem> getAccountItemListByHeaderIds(@Param("headerIds") String[] headerIds);
List<AccountItem> getAccountItemListByInOutItemIds(@Param("inOutItemIds") String[] inOutItemIds);
int batchDeleteAccountItemByHeadIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String[] ids);
}