1
This commit is contained in:
@@ -2110,9 +2110,10 @@ func TmpGetJxBadCommentsByStoreId(ctx *jxcontext.Context, keyword string, storeI
|
|||||||
sqlParams = append(sqlParams, toTime)
|
sqlParams = append(sqlParams, toTime)
|
||||||
}
|
}
|
||||||
if operatorPhone != "" {
|
if operatorPhone != "" {
|
||||||
sql += " AND (t2.market_man_phone = ? OR t2.operator_phone = ? OR t2.operator_phone1 = ? OR t2.operator_phone2 = ?)"
|
sql += " AND (t2.market_man_phone = ? OR t2.operator_phone = ? OR t2.operator_phone2 = ? OR t2.operator_phone3 = ?)"
|
||||||
sqlParams = append(sqlParams, operatorPhone, operatorPhone, operatorPhone, operatorPhone)
|
sqlParams = append(sqlParams, operatorPhone, operatorPhone, operatorPhone, operatorPhone)
|
||||||
}
|
}
|
||||||
|
model.Store{}
|
||||||
sql += " ORDER BY t1.createtime DESC"
|
sql += " ORDER BY t1.createtime DESC"
|
||||||
pageSize = jxutils.FormalizePageSize(pageSize)
|
pageSize = jxutils.FormalizePageSize(pageSize)
|
||||||
offset = jxutils.FormalizePageOffset(offset)
|
offset = jxutils.FormalizePageOffset(offset)
|
||||||
|
|||||||
Reference in New Issue
Block a user