|
|
@ -1811,7 +1811,7 @@ public class AppKafkaTask implements Callable { |
|
|
|
* @param temperature 体温 |
|
|
|
* @param temperature 体温 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private void updateLocationByImei(LatestLocationApp app, String battery, String stepNumber, String rate, String temperature,String oxygen) { |
|
|
|
private void updateLocationByImei(LatestLocationApp app, String battery, String stepNumber, String rate, String temperature,String oxygen) { |
|
|
|
LatestLocationAppServiceImpl impl = ApplicationUtil.getApplicationContext().getBean(LatestLocationAppServiceImpl.class); |
|
|
|
LatestLocationAppServiceImpl impl = ApplicationUtil.getApplicationContext().getBean(LatestLocationAppServiceImpl.class); |
|
|
|
if (StringUtils.isNotEmpty(battery)) { |
|
|
|
if (StringUtils.isNotEmpty(battery)) { |
|
|
|
app.setBattery(Integer.valueOf(battery)); |
|
|
|
app.setBattery(Integer.valueOf(battery)); |
|
|
|
} |
|
|
|
} |
|
|
|