This commit is contained in:
glovetleong
2021-08-03 18:04:43 +08:00
parent e37fe7cd8e
commit 7333a76269
2 changed files with 1 additions and 2 deletions
@@ -43,7 +43,6 @@ class ContractDoneCheck implements Rule
->first();
foreach ($contract->contract_obligation_list as $key => $row) {
echo $row->status;
if ($row->status != config('constants.contract_obligation.status.active')) {
$allow = false;
}