This commit is contained in:
lin fan
2024-11-09 18:22:47 +08:00
parent 07e3f83d37
commit 589404d604
@@ -55,9 +55,9 @@ class Sytopic_enroll_entity
$to_customers = 1;
}
$modelOptionRow = $this->ci->module_option_model->get(['id' => $enrollRow['moduleOptionId']]);
$modelRow = $this->ci->module_option_model->get(['id' => $enrollRow['moduleId']]);
$modelRow = $this->ci->module_model->get(['id' => $enrollRow['moduleId']]);
if ($modelOptionRow || $modelRow) {
$remark = "用户通过 " . $modelRow['title'];
$remark = "用户通过 " .$topicRow['title']."-" .$modelRow['title'];
$modelOptionRow && $remark .= "-" . $modelOptionRow['title'];
$remark .= " 留资";
} else {