af-mobile-client-vue3 1.5.72 → 1.5.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.5.72",
4
+ "version": "1.5.73",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -53,7 +53,7 @@ export async function getDeviceState(
53
53
  dateStr: string = dayjs().format('YYYY-MM-DD'),
54
54
  trajectoryParams: TrajectoryParams = defaultTrajectoryParams,
55
55
  ) {
56
- const condition = `1 = 1 and f_user_id = ${userId} and (f_realtime between '${dateStr} 00:00:00' and '${dateStr} 23:59:59'`
56
+ const condition = `1 = 1 and f_user_id = '${userId}' and (f_realtime between '${dateStr} 00:00:00' and '${dateStr} 23:59:59')`
57
57
  const param = {
58
58
  condition,
59
59
  dateStr,