This commit is contained in:
mkm 2023-08-07 18:18:17 +08:00
parent 54c36784bf
commit 82f60425d5

View File

@ -170,6 +170,7 @@ class ContractLogic extends BaseLogic
$model->contract_no = time();
$model->create_time = time();
}
$model->check_status = 1;
$model->update_time = time();
$model->setAttrs($data);
return $model->save($data);