Commit a11644bf authored by 姜登's avatar 姜登

taskid

parent ccc25099
Pipeline #17415 passed with stage
in 5 seconds
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: jd * @Author: jd
* @Date: 2019-02-25 18:59:53 * @Date: 2019-02-25 18:59:53
* @LastEditors: jd * @LastEditors: jd
* @LastEditTime: 2019-11-27 16:25:36 * @LastEditTime: 2019-11-27 16:47:01
*/ */
'use strict'; 'use strict';
...@@ -34,7 +34,6 @@ class CacheService extends Service { ...@@ -34,7 +34,6 @@ class CacheService extends Service {
} }
const order = await ctx.model.TaskStatus.findOne({ const order = await ctx.model.TaskStatus.findOne({
attributes: ['status'],
where: { taskId: key }, where: { taskId: key },
}); });
if (order && order.status !== 'success') { if (order && order.status !== 'success') {
......
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