From 589404d6040c1227752a10391b96888d1bbb87bc Mon Sep 17 00:00:00 2001 From: lin fan Date: Sat, 9 Nov 2024 18:22:47 +0800 Subject: [PATCH] 1 --- common/libraries/market/Sytopic_enroll_entity.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/libraries/market/Sytopic_enroll_entity.php b/common/libraries/market/Sytopic_enroll_entity.php index 58dbfa80..4f9da60e 100644 --- a/common/libraries/market/Sytopic_enroll_entity.php +++ b/common/libraries/market/Sytopic_enroll_entity.php @@ -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 {