deng.yinping пре 3 година
родитељ
комит
79751d1002
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      models/ferroalloy.go

+ 1 - 1
models/ferroalloy.go

@@ -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)