1
This commit is contained in:
@@ -2107,7 +2107,7 @@ func TmpGetJxBadCommentsByStoreId(ctx *jxcontext.Context, keyword string, storeI
|
|||||||
|
|
||||||
if orderFlag != "" {
|
if orderFlag != "" {
|
||||||
sql += " AND t1.order_flag = ?"
|
sql += " AND t1.order_flag = ?"
|
||||||
sqlParams = append(sqlParams, toTime)
|
sqlParams = append(sqlParams, orderFlag)
|
||||||
}
|
}
|
||||||
if operatorPhone != "" {
|
if operatorPhone != "" {
|
||||||
sql += " AND (t2.market_man_phone = ? OR t2.operator_phone = ? OR t2.operator_phone2 = ? OR t2.operator_phone3 = ?)"
|
sql += " AND (t2.market_man_phone = ? OR t2.operator_phone = ? OR t2.operator_phone2 = ? OR t2.operator_phone3 = ?)"
|
||||||
|
|||||||
Reference in New Issue
Block a user