aa
This commit is contained in:
@@ -267,7 +267,8 @@ func getStoresSql(ctx *jxcontext.Context, keyword string, params map[string]inte
|
||||
}
|
||||
}
|
||||
sqlFrom += "\nLEFT JOIN " + tableName + " " + tableAlias + " ON " + tableAlias + ".vendor_id = ? AND " +
|
||||
tableAlias + ".store_id = t1.id AND " + tableAlias + ".deleted_at = ? AND "
|
||||
tableAlias + ".store_id = t1.id AND " + tableAlias + ".deleted_at = ?"
|
||||
// AND "
|
||||
// +tableAlias + ".is_sync <> 0 "
|
||||
sqlFromParams = append(sqlFromParams, vendor, utils.DefaultTimeValue)
|
||||
if cond == "1" {
|
||||
|
||||
Reference in New Issue
Block a user