zhangdongming 2 жил өмнө
parent
commit
2ea6d0d23c

+ 1 - 1
Controller/EquipmentManagerV3.py

@@ -796,7 +796,7 @@ class EquipmentManagerV3(View):
                 p['uid_version'] = ''
                 p['ucode'] = ''
             p['View_Password'] = self.encrypt_pwd(p['View_Password'])
-            if p['is_ai'] and p['is_ai'] != 2:
+            if p['is_ai'] != 2:
                 timestamp = int(time.time())  # 时间戳值
                 timezone_offset = "+08:00"  # 时区偏移量(例如:+08:00)
                 now_time = LocalDateTimeUtil.get_date_time(timestamp, timezone_offset)