解决财务单据删除逻辑的bug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user