Commit 57be441a authored by wangzhengwen's avatar wangzhengwen

优化

parent 06f50cfb
......@@ -286,7 +286,7 @@ class Index extends BaseController
$pending = $stats[$workId]['pending'] ?? 0;
// 如果 pending=0 或 submitted=0 或 submitted=pending,跳过
if ($pending == 0 || $submitted == 0 || $submitted == $pending) {
if ($submitted == $pending) {
continue;
}
......
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