wangzhibo
2026-07-16 9f6e099c39b61027cc96df77200b98388d48d348
src/modules/push/service/open.ts
@@ -110,7 +110,7 @@
      if (body.sn) {
        const gpsData = body.data || {};
        const statusVal = gpsData.status === 'A' ? 0 : 1;
        const statusVal = gpsData.status === 'A' ? 'A' : 'B';
        await this.pushCameraGpsEntity.save({
          sn: body.sn,