Commit 8803b474 by dong

fix

parent 241a0168
......@@ -151,7 +151,7 @@ def get_flow(id, pageNum, pageSize):
# "createTime": i.createime,
"createBy": '',
"createTime": '',
"endTime": i.end_time.strftime("%Y-%m-%d") if i.end_time else '',
"endTime": i.end_time,
"id": i.id,
"pageNum": pageNum,
"pageSize": pageSize,
......
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