Commit ca02c52c by 王昆

gsb

parent 352f3f57
......@@ -51,7 +51,7 @@ class WorkloadService extends ServiceBase {
var sql = [];
sql.push("UPDATE");
sql.push("workload_info");
sql.push("SET `status` = 1, updated_at = NOW()");
sql.push("SET `status` = 1, updated_at = :updated_at");
sql.push("WHERE `status` = 0");
if (params.id) {
......
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