修复html无法打印

修复流程手动选人无法提交
修复流程撤回导致状态错误
This commit is contained in:
2021-04-01 10:53:28 +08:00
parent 54bcc3b4de
commit 27effe8a47
5 changed files with 183 additions and 154 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ class Grid
$var1 = DB::table('model_run_log')
->leftJoin('model_run', 'model_run.id', '=', 'model_run_log.run_id')
->where('model_run_log.option', 1)
->where('model_run_log.updated_id', 0)
->where('model_run_log.status', 0)
->where('model_run_log.bill_id', $header['bill_id'])
->whereRaw('model_run.data_id in ('.$ids.')')
->orderBy('model_run_log.option', 'desc')