From b9b196568d05075f14a1a84e115fd1f790fc74d4 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 08 五月 2023 09:42:23 +0800
Subject: [PATCH] 1
---
WebTM/views/基础资料/公用基础资料/Gy_Material.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Material.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Material.html"
index 948f4dc..068eff7 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Material.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Material.html"
@@ -625,7 +625,7 @@
} else if (data.id == "0") {
sql = "";
} else {
- sql = " and 鐗╂枡鍒嗙被浠g爜 like'" + data.id + "%' ";
+ sql = " and HMaterTypeID='" + data.id + "' ";
}
get_Display(sql);
}
--
Gitblit v1.9.1