소스 검색

红包: 712 -》 734

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)