|
|
@@ -58,7 +58,7 @@ public class ZcrmViewCustomerSelServiceImpl extends BaseServiceImpl<ZcrmViewCust
|
|
|
|
|
|
// 缓存未命中则查询数据库
|
|
|
QueryWrapper<ViewCustomerSel> queryWrapper = new QueryWrapper<>();
|
|
|
- queryWrapper.eq("customer_id", customerId);
|
|
|
+ queryWrapper.eq("Customer_ID", customerId);
|
|
|
ViewCustomerSel customerSel = this.getOne(queryWrapper);
|
|
|
|
|
|
// 查询结果不为空则存入缓存
|