From c991d022a609390bcf19d0cca89c3c7b47fbf95f Mon Sep 17 00:00:00 2001 From: lyt Date: Wed, 26 Jun 2019 14:51:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E6=8E=A5=E8=AE=A1=E5=88=92:=E5=AE=A2?= =?UTF-8?q?=E4=BA=BA=E7=94=9F=E6=97=A5=E4=BF=A1=E6=81=AF=E4=BB=85=E6=97=A5?= =?UTF-8?q?=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/vendorPlanSync/models/orders_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/vendorPlanSync/models/orders_model.php b/webht/third_party/vendorPlanSync/models/orders_model.php index 34e8d9de..acfdc36f 100644 --- a/webht/third_party/vendorPlanSync/models/orders_model.php +++ b/webht/third_party/vendorPlanSync/models/orders_model.php @@ -15,7 +15,7 @@ class Orders_model extends CI_Model { from MemberInfo where MEI_SN=CUL_CUI_SN ) as MemberName, - (select MEI_BirthDay from MemberInfo where MEI_SN=CUL_CUI_SN) as BirthDay, + (select CONVERT(DATE,MEI_BirthDay) from MemberInfo where MEI_SN=CUL_CUI_SN) as BirthDay, ISNULL((select SYC2_CodeDiscribe from V_System_Code where LGC_LGC=2