************************************************************************************** [意料之外的错误] ----- 2023-02-23 08:12:15 [错误信息] => 正在中止线程。 [sql] => select count(*) as total_count from goods a with(nolock) where a.cls_id in (select cls_id from goods_cls where isnull(is_show_mall, '0') = '1' and cls_no like '%' ) and a.status = '1' and isnull(a.is_show_mall, '0') = '1' and (a.goods_id in (select distinct i.goods_id from tr_order_item i with(nolock) inner join tr_order o with(nolock) on o.ord_id = i.ord_id where o.cus_no = '1041')) [详细] => 在 System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) 在 System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) 在 System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 在 System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) 在 Api.BaseService.GetMethod(MethodInfo method, Dictionary`2 pairs) 在 Api.BaseService.ProcessRequest(HttpContext context) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.goods , [方法] => get_cls_goods [入参] => {"cls_no":"","theme":"2","low_price":"","up_price":"","page_no":1,"page_size":100} ************************************************************************************** **************************mima_b2b_Login()2023/2/23 8:23:44************************* paramter0:1015 paramter1:oDppT5KUbsG1Uzcix7lQcIsYYEAg Api.Helper.Exceptions.KatException: 密码错误 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2023-02-23 08:23:44 [错误信息] => 密码错误 [sql] => select a.oper_id, a.oper_name, a.oper_pwd, a.open_id, (case when isnull(c.cust_level, 1) = '' then '1' else isnull(c.cust_level, 1) end) as cus_level, c.is_branch, b.supcust_no, c.supcust_group from sa_t_mobile_oper as a inner join sa_t_mobile_data_main as b on a.oper_id = b.oper_id left join bi_t_supcust_info as c on b.supcust_no = c.supcust_no where a.oper_id = '1015' or a.login_no = '1015' [详细] => 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) 在 Api.SingOut.b2b.mina.oper.login(String card_id, String vip_pass, String is_bind, String open_id) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.oper , [方法] => login [入参] => {"card_id":"1015","vip_pass":"88888","is_bind":"1","open_id":"oDppT5KUbsG1Uzcix7lQcIsYYEAg"} ************************************************************************************** **************************mima_b2b_Login()2023/2/23 8:35:57************************* paramter0:1045 paramter1:oDppT5NSrTHLKRGlV34VOer_leEg Api.Helper.Exceptions.KatException: 密码错误 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2023-02-23 08:35:57 [错误信息] => 密码错误 [sql] => select a.oper_id, a.oper_name, a.oper_pwd, a.open_id, (case when isnull(c.cust_level, 1) = '' then '1' else isnull(c.cust_level, 1) end) as cus_level, c.is_branch, b.supcust_no, c.supcust_group from sa_t_mobile_oper as a inner join sa_t_mobile_data_main as b on a.oper_id = b.oper_id left join bi_t_supcust_info as c on b.supcust_no = c.supcust_no where a.oper_id = '1045' or a.login_no = '1045' [详细] => 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) 在 Api.SingOut.b2b.mina.oper.login(String card_id, String vip_pass, String is_bind, String open_id) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.oper , [方法] => login [入参] => {"card_id":"1045","vip_pass":"888888","is_bind":"1","open_id":"oDppT5NSrTHLKRGlV34VOer_leEg"} ************************************************************************************** **************************GetOrderListAir()2023/2/23 9:10:34************************* paramter0:-60 paramter1:select a.ord_id,a.sname,a.address,a.reach_time,a.create_time,a.enable_amount, (case when a.status='0' then '待审' when a.status='1' then '已审' else '拒绝' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no='1041' and a.build_status='1' and a.send_status = '0' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListAir()2023/2/23 9:10:53************************* paramter0:-60 paramter1:select a.ord_id,a.sname,a.address,a.reach_time,a.create_time,a.enable_amount, (case when a.status='0' then '待审' when a.status='1' then '已审' else '拒绝' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no='1067' and a.build_status='1' and a.send_status = '0' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListCom()2023/2/23 9:11:17************************* paramter0:-7 paramter1:select a.ord_id,a.sname,a.address,a.create_time,a.enable_amount,(case when a.status = '2' then '拒绝' else '已送出' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no = '1041' and a.build_status = '1' and a.send_status = '1' and convert(varchar(10), a.create_time, 120) >= '2023-02-16' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListAir()2023/2/23 9:11:20************************* paramter0:-60 paramter1:select a.ord_id,a.sname,a.address,a.reach_time,a.create_time,a.enable_amount, (case when a.status='0' then '待审' when a.status='1' then '已审' else '拒绝' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no='1041' and a.build_status='1' and a.send_status = '0' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListAir()2023/2/23 9:11:23************************* paramter0:-60 paramter1:select a.ord_id,a.sname,a.address,a.reach_time,a.create_time,a.enable_amount, (case when a.status='0' then '待审' when a.status='1' then '已审' else '拒绝' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no='1041' and a.build_status='1' and a.send_status = '0' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListAir()2023/2/23 9:11:23************************* paramter0:-60 paramter1:select a.ord_id,a.sname,a.address,a.reach_time,a.create_time,a.enable_amount, (case when a.status='0' then '待审' when a.status='1' then '已审' else '拒绝' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no='1041' and a.build_status='1' and a.send_status = '0' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListCom()2023/2/23 9:11:24************************* paramter0:-7 paramter1:select a.ord_id,a.sname,a.address,a.create_time,a.enable_amount,(case when a.status = '2' then '拒绝' else '已送出' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no = '1041' and a.build_status = '1' and a.send_status = '1' and convert(varchar(10), a.create_time, 120) >= '2023-02-16' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListCom()2023/2/23 9:11:25************************* paramter0:-7 paramter1:select a.ord_id,a.sname,a.address,a.create_time,a.enable_amount,(case when a.status = '2' then '拒绝' else '已送出' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no = '1041' and a.build_status = '1' and a.send_status = '1' and convert(varchar(10), a.create_time, 120) >= '2023-02-16' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListCom()2023/2/23 9:11:26************************* paramter0:-7 paramter1:select a.ord_id,a.sname,a.address,a.create_time,a.enable_amount,(case when a.status = '2' then '拒绝' else '已送出' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no = '1041' and a.build_status = '1' and a.send_status = '1' and convert(varchar(10), a.create_time, 120) >= '2023-02-16' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListCom()2023/2/23 9:11:26************************* paramter0:-7 paramter1:select a.ord_id,a.sname,a.address,a.create_time,a.enable_amount,(case when a.status = '2' then '拒绝' else '已送出' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no = '1041' and a.build_status = '1' and a.send_status = '1' and convert(varchar(10), a.create_time, 120) >= '2023-02-16' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListAir()2023/2/23 9:11:27************************* paramter0:-60 paramter1:select a.ord_id,a.sname,a.address,a.reach_time,a.create_time,a.enable_amount, (case when a.status='0' then '待审' when a.status='1' then '已审' else '拒绝' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no='1041' and a.build_status='1' and a.send_status = '0' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListCom()2023/2/23 9:11:28************************* paramter0:-7 paramter1:select a.ord_id,a.sname,a.address,a.create_time,a.enable_amount,(case when a.status = '2' then '拒绝' else '已送出' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no = '1041' and a.build_status = '1' and a.send_status = '1' and convert(varchar(10), a.create_time, 120) >= '2023-02-16' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListCom()2023/2/23 9:11:29************************* paramter0:-7 paramter1:select a.ord_id,a.sname,a.address,a.create_time,a.enable_amount,(case when a.status = '2' then '拒绝' else '已送出' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no = '1041' and a.build_status = '1' and a.send_status = '1' and convert(varchar(10), a.create_time, 120) >= '2023-02-16' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListCom()2023/2/23 9:11:30************************* paramter0:-7 paramter1:select a.ord_id,a.sname,a.address,a.create_time,a.enable_amount,(case when a.status = '2' then '拒绝' else '已送出' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no = '1041' and a.build_status = '1' and a.send_status = '1' and convert(varchar(10), a.create_time, 120) >= '2023-02-16' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListAir()2023/2/23 9:14:21************************* paramter0:-60 paramter1:select a.ord_id,a.sname,a.address,a.reach_time,a.create_time,a.enable_amount, (case when a.status='0' then '待审' when a.status='1' then '已审' else '拒绝' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no='1041' and a.build_status='1' and a.send_status = '0' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListAir()2023/2/23 9:23:07************************* paramter0:-60 paramter1:select a.ord_id,a.sname,a.address,a.reach_time,a.create_time,a.enable_amount, (case when a.status='0' then '待审' when a.status='1' then '已审' else '拒绝' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no='1067' and a.build_status='1' and a.send_status = '0' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListAir()2023/2/23 9:24:07************************* paramter0:-60 paramter1:select a.ord_id,a.sname,a.address,a.reach_time,a.create_time,a.enable_amount, (case when a.status='0' then '待审' when a.status='1' then '已审' else '拒绝' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no='1067' and a.build_status='1' and a.send_status = '0' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListAir()2023/2/23 10:48:51************************* paramter0:-60 paramter1:select a.ord_id,a.sname,a.address,a.reach_time,a.create_time,a.enable_amount, (case when a.status='0' then '待审' when a.status='1' then '已审' else '拒绝' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no='1040' and a.build_status='1' and a.send_status = '0' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListAir()2023/2/23 11:18:47************************* paramter0:-60 paramter1:select a.ord_id,a.sname,a.address,a.reach_time,a.create_time,a.enable_amount, (case when a.status='0' then '待审' when a.status='1' then '已审' else '拒绝' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no='1006' and a.build_status='1' and a.send_status = '0' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListCom()2023/2/23 11:18:50************************* paramter0:-7 paramter1:select a.ord_id,a.sname,a.address,a.create_time,a.enable_amount,(case when a.status = '2' then '拒绝' else '已送出' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no = '1006' and a.build_status = '1' and a.send_status = '1' and convert(varchar(10), a.create_time, 120) >= '2023-02-16' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListAir()2023/2/23 12:12:44************************* paramter0:-60 paramter1:select a.ord_id,a.sname,a.address,a.reach_time,a.create_time,a.enable_amount, (case when a.status='0' then '待审' when a.status='1' then '已审' else '拒绝' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no='1019' and a.build_status='1' and a.send_status = '0' order by a.create_time desc 测试 ************************************************************************************** **************************GetOrderListAir()2023/2/23 12:29:23************************* paramter0:-60 paramter1:select a.ord_id,a.sname,a.address,a.reach_time,a.create_time,a.enable_amount, (case when a.status='0' then '待审' when a.status='1' then '已审' else '拒绝' end) status from tr_order a with(nolock) where (a.is_refund!=1 or a.is_refund is null) and a.cus_no='1021' and a.build_status='1' and a.send_status = '0' order by a.create_time desc 测试 ************************************************************************************** **************************mima_b2b_Login()2023/2/23 16:20:03************************* paramter0:1067 paramter1:oDppT5Nzd3ruJFe7LkKoZMTuwVQI Api.Helper.Exceptions.KatException: 密码错误 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2023-02-23 16:20:03 [错误信息] => 密码错误 [sql] => select a.oper_id, a.oper_name, a.oper_pwd, a.open_id, (case when isnull(c.cust_level, 1) = '' then '1' else isnull(c.cust_level, 1) end) as cus_level, c.is_branch, b.supcust_no, c.supcust_group from sa_t_mobile_oper as a inner join sa_t_mobile_data_main as b on a.oper_id = b.oper_id left join bi_t_supcust_info as c on b.supcust_no = c.supcust_no where a.oper_id = '1067' or a.login_no = '1067' [详细] => 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) 在 Api.SingOut.b2b.mina.oper.login(String card_id, String vip_pass, String is_bind, String open_id) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.oper , [方法] => login [入参] => {"card_id":"1067","vip_pass":"61616","is_bind":"1","open_id":"oDppT5Nzd3ruJFe7LkKoZMTuwVQI"} ************************************************************************************** **************************mima_b2b_Login()2023/2/23 17:02:09************************* paramter0:1021 paramter1:oDppT5Lnpwn5qCSJwxL-uG02lo3I Api.Helper.Exceptions.KatException: 密码错误 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2023-02-23 17:02:09 [错误信息] => 密码错误 [sql] => select a.oper_id, a.oper_name, a.oper_pwd, a.open_id, (case when isnull(c.cust_level, 1) = '' then '1' else isnull(c.cust_level, 1) end) as cus_level, c.is_branch, b.supcust_no, c.supcust_group from sa_t_mobile_oper as a inner join sa_t_mobile_data_main as b on a.oper_id = b.oper_id left join bi_t_supcust_info as c on b.supcust_no = c.supcust_no where a.oper_id = '1021' or a.login_no = '1021' [详细] => 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) 在 Api.SingOut.b2b.mina.oper.login(String card_id, String vip_pass, String is_bind, String open_id) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.oper , [方法] => login [入参] => {"card_id":"1021","vip_pass":"88888","is_bind":"1","open_id":"oDppT5Lnpwn5qCSJwxL-uG02lo3I"} ************************************************************************************** **************************mima_b2b_Login()2023/2/23 20:17:11************************* paramter0:1006 paramter1:oDppT5PyY_Wy-3oSlUObFoQICHIw Api.Helper.Exceptions.KatException: 密码错误 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2023-02-23 20:17:11 [错误信息] => 密码错误 [sql] => select a.oper_id, a.oper_name, a.oper_pwd, a.open_id, (case when isnull(c.cust_level, 1) = '' then '1' else isnull(c.cust_level, 1) end) as cus_level, c.is_branch, b.supcust_no, c.supcust_group from sa_t_mobile_oper as a inner join sa_t_mobile_data_main as b on a.oper_id = b.oper_id left join bi_t_supcust_info as c on b.supcust_no = c.supcust_no where a.oper_id = '1006' or a.login_no = '1006' [详细] => 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) 在 Api.SingOut.b2b.mina.oper.login(String card_id, String vip_pass, String is_bind, String open_id) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.oper , [方法] => login [入参] => {"card_id":"1006","vip_pass":"888888","is_bind":"1","open_id":"oDppT5PyY_Wy-3oSlUObFoQICHIw"} ************************************************************************************** **************************mima_b2b_Login()2023/2/23 23:00:10************************* paramter0:1006 paramter1:oDppT5KAbY7kkkYuV-J_zj24wNg4 Api.Helper.Exceptions.KatException: 密码错误 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2023-02-23 23:00:10 [错误信息] => 密码错误 [sql] => select a.oper_id, a.oper_name, a.oper_pwd, a.open_id, (case when isnull(c.cust_level, 1) = '' then '1' else isnull(c.cust_level, 1) end) as cus_level, c.is_branch, b.supcust_no, c.supcust_group from sa_t_mobile_oper as a inner join sa_t_mobile_data_main as b on a.oper_id = b.oper_id left join bi_t_supcust_info as c on b.supcust_no = c.supcust_no where a.oper_id = '1006' or a.login_no = '1006' [详细] => 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) 在 Api.SingOut.b2b.mina.oper.login(String card_id, String vip_pass, String is_bind, String open_id) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.oper , [方法] => login [入参] => {"card_id":"1006","vip_pass":"123456","is_bind":"1","open_id":"oDppT5KAbY7kkkYuV-J_zj24wNg4"} ************************************************************************************** **************************mima_b2b_Login()2023/2/23 23:00:20************************* paramter0:1006 paramter1:oDppT5KAbY7kkkYuV-J_zj24wNg4 Api.Helper.Exceptions.KatException: 密码错误 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2023-02-23 23:00:20 [错误信息] => 密码错误 [sql] => select a.oper_id, a.oper_name, a.oper_pwd, a.open_id, (case when isnull(c.cust_level, 1) = '' then '1' else isnull(c.cust_level, 1) end) as cus_level, c.is_branch, b.supcust_no, c.supcust_group from sa_t_mobile_oper as a inner join sa_t_mobile_data_main as b on a.oper_id = b.oper_id left join bi_t_supcust_info as c on b.supcust_no = c.supcust_no where a.oper_id = '1006' or a.login_no = '1006' [详细] => 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) 在 Api.SingOut.b2b.mina.oper.login(String card_id, String vip_pass, String is_bind, String open_id) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.oper , [方法] => login [入参] => {"card_id":"1006","vip_pass":"000000","is_bind":"1","open_id":"oDppT5KAbY7kkkYuV-J_zj24wNg4"} ************************************************************************************** **************************mima_b2b_Login()2023/2/23 23:00:33************************* paramter0:1006 paramter1:oDppT5KAbY7kkkYuV-J_zj24wNg4 Api.Helper.Exceptions.KatException: 密码错误 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2023-02-23 23:00:33 [错误信息] => 密码错误 [sql] => select a.oper_id, a.oper_name, a.oper_pwd, a.open_id, (case when isnull(c.cust_level, 1) = '' then '1' else isnull(c.cust_level, 1) end) as cus_level, c.is_branch, b.supcust_no, c.supcust_group from sa_t_mobile_oper as a inner join sa_t_mobile_data_main as b on a.oper_id = b.oper_id left join bi_t_supcust_info as c on b.supcust_no = c.supcust_no where a.oper_id = '1006' or a.login_no = '1006' [详细] => 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) 在 Api.SingOut.b2b.mina.oper.login(String card_id, String vip_pass, String is_bind, String open_id) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.oper , [方法] => login [入参] => {"card_id":"1006","vip_pass":"12345678","is_bind":"1","open_id":"oDppT5KAbY7kkkYuV-J_zj24wNg4"} ************************************************************************************** **************************mima_b2b_Login()2023/2/23 23:00:51************************* paramter0:1008 paramter1:oDppT5KAbY7kkkYuV-J_zj24wNg4 Api.Helper.Exceptions.KatException: 密码错误 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2023-02-23 23:00:51 [错误信息] => 密码错误 [sql] => select a.oper_id, a.oper_name, a.oper_pwd, a.open_id, (case when isnull(c.cust_level, 1) = '' then '1' else isnull(c.cust_level, 1) end) as cus_level, c.is_branch, b.supcust_no, c.supcust_group from sa_t_mobile_oper as a inner join sa_t_mobile_data_main as b on a.oper_id = b.oper_id left join bi_t_supcust_info as c on b.supcust_no = c.supcust_no where a.oper_id = '1008' or a.login_no = '1008' [详细] => 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) 在 Api.SingOut.b2b.mina.oper.login(String card_id, String vip_pass, String is_bind, String open_id) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.oper , [方法] => login [入参] => {"card_id":"1008","vip_pass":"123456","is_bind":"1","open_id":"oDppT5KAbY7kkkYuV-J_zj24wNg4"} ************************************************************************************** **************************mima_b2b_Login()2023/2/23 23:00:52************************* paramter0:1008 paramter1:oDppT5KAbY7kkkYuV-J_zj24wNg4 Api.Helper.Exceptions.KatException: 密码错误 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2023-02-23 23:00:52 [错误信息] => 密码错误 [sql] => select a.oper_id, a.oper_name, a.oper_pwd, a.open_id, (case when isnull(c.cust_level, 1) = '' then '1' else isnull(c.cust_level, 1) end) as cus_level, c.is_branch, b.supcust_no, c.supcust_group from sa_t_mobile_oper as a inner join sa_t_mobile_data_main as b on a.oper_id = b.oper_id left join bi_t_supcust_info as c on b.supcust_no = c.supcust_no where a.oper_id = '1008' or a.login_no = '1008' [详细] => 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) 在 Api.SingOut.b2b.mina.oper.login(String card_id, String vip_pass, String is_bind, String open_id) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.oper , [方法] => login [入参] => {"card_id":"1008","vip_pass":"123456","is_bind":"1","open_id":"oDppT5KAbY7kkkYuV-J_zj24wNg4"} ************************************************************************************** **************************mima_b2b_Login()2023/2/23 23:04:20************************* paramter0:1042 paramter1:oDppT5NSrTHLKRGlV34VOer_leEg Api.Helper.Exceptions.KatException: 密码错误 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2023-02-23 23:04:20 [错误信息] => 密码错误 [sql] => select a.oper_id, a.oper_name, a.oper_pwd, a.open_id, (case when isnull(c.cust_level, 1) = '' then '1' else isnull(c.cust_level, 1) end) as cus_level, c.is_branch, b.supcust_no, c.supcust_group from sa_t_mobile_oper as a inner join sa_t_mobile_data_main as b on a.oper_id = b.oper_id left join bi_t_supcust_info as c on b.supcust_no = c.supcust_no where a.oper_id = '1042' or a.login_no = '1042' [详细] => 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) 在 Api.SingOut.b2b.mina.oper.login(String card_id, String vip_pass, String is_bind, String open_id) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.oper , [方法] => login [入参] => {"card_id":"1042","vip_pass":"666666","is_bind":"1","open_id":"oDppT5NSrTHLKRGlV34VOer_leEg"} **************************************************************************************