@ -682,7 +682,7 @@ public class RedisUtil {
for (OpSellerCustomerRelation opCustomer : dataList) {
// "KEY_VAIL_CUSTOMER", opCustomer.getId()
String str = opCustomer.getId() + "";
connection.set("KEY_VAIL_CUSTOMER".getBytes(), str.getBytes());
connection.sAdd("KEY_VAIL_CUSTOMER".getBytes(), str.getBytes());
}
return null;