优化账户余额的计算方法,将财务单据统计进去

This commit is contained in:
季圣华
2017-07-05 00:11:34 +08:00
parent 12ab93ae55
commit bfb1fe531f
5 changed files with 184 additions and 13 deletions

View File

@@ -307,6 +307,8 @@
<bean id="accountAction" class="com.jsh.action.basic.AccountAction" scope="prototype">
<property name="accountService" ref="accountService"/>
<property name="depotHeadService" ref="depotHeadService"/>
<property name="accountHeadService" ref="accountHeadService"/>
<property name="accountItemService" ref="accountItemService"/>
<property name="logService" ref="logService"/>
</bean>
<!--结算账户配置结束 -->