|
|
@@ -1499,6 +1499,7 @@ func (r *Gtwithholddepositapply) buildSql() string {
|
|
|
sqlId.JoinFormat(" AND (t.trandate >= '%v' AND t.trandate <= '%v')", r.BeginDate, r.EndDate)
|
|
|
}
|
|
|
sqlId.AndEx("t.billresult", r.BILLRESULT, r.BILLRESULT != "")
|
|
|
+ sqlId.OrderByDesc("t.createtime")
|
|
|
|
|
|
sqlId.Page(r.Page, r.PageSize)
|
|
|
return sqlId.String()
|