@@ -450,7 +450,7 @@ func (r *RegisterMoney) buildSql() string {
select
t.amount
from taaccountlog t
- where t.accountid = %v and t.businesscode = '712'
+ where t.accountid = %v and t.businesscode = '734'
`
sqlId.FormatParam(r.Accountid)