|
|
@@ -153,7 +153,7 @@ func QueryAmountLog(c *gin.Context) {
|
|
|
// 查询数据
|
|
|
datas := make([]QueryAmountLogRsp, 0)
|
|
|
engine := db.GetEngine()
|
|
|
- accountIDs := strings.Split(req.OperateType, ",")
|
|
|
+ accountIDs := strings.Split(req.AccountID, ",")
|
|
|
// OPERATETYPENAME 显示时,旧的号段用operateType, 新的使用accountBusinessCode
|
|
|
s := engine.Table("TAACCOUNTLOG").
|
|
|
Join("INNER", "ENUMDICITEM", "ENUMDICITEM.ENUMITEMSTATUS = 1 and ENUMDICITEM.ENUMDICCODE = 'accountBusinessCode' and ENUMDICITEM.ENUMITEMNAME = TAACCOUNTLOG.BUSINESSCODE").
|