Commit f66a0059 authored by sanlu's avatar sanlu

类别对应错误改为没有类别对应

parent ded15f73
......@@ -284,7 +284,7 @@ def return_error(table):
remark_list = []
for i in range(l):
create_time_list.append(NowTime)
remark_list.append('类别对应错误')
remark_list.append('没有类别对应')
table['remark'] = remark_list
table['create_time'] = create_time_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