zhangdongming 3 năm trước cách đây
mục cha
commit
aba76f5923
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      Controller/UnicomCombo/UnicomComboTaskController.py

+ 0 - 3
Controller/UnicomCombo/UnicomComboTaskController.py

@@ -155,9 +155,6 @@ class UnicomComboTaskView(View):
                     if not activate_status:
                         # 停用
                         unicom_api.change_device_to_disable(iccid)
-                        asy = threading.Thread(target=UnicomComboTaskView.async_combo_sys_msg_push,
-                                               args=(iccid, '', 0))
-                        asy.start()
 
             return response.json(0)
         except Exception as e: