文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 53e5fc83 by 李景熙

t.task_state == '5'

parent 67d8a9aa
......@@ -329,7 +329,8 @@ def set_state(task_id, state):
if flag:
t.task_state = 4
elif state == 'giveup':
if t.task_state != 5:
if not t.task_state == '5':
print(t.task_state)
slice_list = Slice.find_slicelist_by_taskId(t.task_id)
flag = True
for i in slice_list:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment