From c754242fa7e366862dc8b2b147a9c4b922c82980 Mon Sep 17 00:00:00 2001
From: tom <tom.he@highdatas.com>
Date: 星期日, 04 八月 2024 16:38:29 +0800
Subject: [PATCH] Merge branch 'master' of http://highdatas.com:9000/r/promotion/promotion_html

---
 module/md/page/terminal/page/popup/popup_position_hospital.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/module/md/page/terminal/page/popup/popup_position_hospital.html b/module/md/page/terminal/page/popup/popup_position_hospital.html
index 5cf34cc..ee2165a 100644
--- a/module/md/page/terminal/page/popup/popup_position_hospital.html
+++ b/module/md/page/terminal/page/popup/popup_position_hospital.html
@@ -502,14 +502,14 @@
 							var data_ = {};
 							var filter_ = "";
 							if (this.formData.company_id) {
-								filter_ = "company_id='" + this.formData.company_id + "'"
+								filter_ = "md_target_hospital.company_id='" + this.formData.company_id + "'"
 							}
 							if (this.formData.bu_id) {
 								if (filter_) {
-									filter_ += " and bu_id='" + this.formData.bu_id + "'"
+									filter_ += " and md_target_hospital.bu_id='" + this.formData.bu_id + "'"
 								}
 								else {
-									filter_ = "bu_id='" + this.formData.bu_id + "'"
+									filter_ = "md_target_hospital.bu_id='" + this.formData.bu_id + "'"
 								}
 							}
 							

--
Gitblit v1.8.0