去掉财务管理从后台获取最大id的逻辑
This commit is contained in:
@@ -43,4 +43,7 @@ public interface AccountHeadMapperEx {
|
||||
List<AccountHead> getAccountHeadListByOrganIds(@Param("organIds") String[] organIds);
|
||||
|
||||
List<AccountHead> getAccountHeadListByHandsPersonIds(@Param("handsPersonIds") String[] handsPersonIds);
|
||||
|
||||
int addAccountHead(AccountHead accountHead);
|
||||
int updateAccountHead(AccountHead accountHead);
|
||||
}
|
||||
Reference in New Issue
Block a user