|
@@ -82,7 +82,7 @@ public class LiveDataTouchController {
|
|
}
|
|
}
|
|
|
|
|
|
if (!Check.isNull(liveDataTouch.getCustomerStrat())) {
|
|
if (!Check.isNull(liveDataTouch.getCustomerStrat())) {
|
|
- queryWrapper.like("cstomer_strat", liveDataTouch.getCustomerStrat());
|
|
|
|
|
|
+ queryWrapper.like("customer_strat", liveDataTouch.getCustomerStrat());
|
|
}
|
|
}
|
|
queryWrapper.eq("state", 1);
|
|
queryWrapper.eq("state", 1);
|
|
queryWrapper.orderByDesc("create_time");
|
|
queryWrapper.orderByDesc("create_time");
|