**************************mima_b2b_Login()2025/3/13 7:10:12************************* paramter0:1038 paramter1:oDppT5KJKRXgKxZjwdm_jjdFOB9w Api.Helper.Exceptions.KatException: 密码错误 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2025-03-13 07:10:12 [错误信息] => 密码错误 [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 = '1038' or a.login_no = '1038' [详细] => 在 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":"1038","vip_pass":"as123456","is_bind":"1","open_id":"oDppT5KJKRXgKxZjwdm_jjdFOB9w"} ************************************************************************************** **************************mima_b2b_Login()2025/3/13 9:10:15************************* paramter0:1088 paramter1:oDppT5AWYzWyEUgaIEuE3wf2oeP8 Api.Helper.Exceptions.KatException: 密码错误 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2025-03-13 09:10:15 [错误信息] => 密码错误 [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 = '1088' or a.login_no = '1088' [详细] => 在 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":"1088","vip_pass":"688028","is_bind":"1","open_id":"oDppT5AWYzWyEUgaIEuE3wf2oeP8"} ************************************************************************************** **************************mima_b2b_Login()2025/3/13 9:50:43************************* paramter0:1193 paramter1:oDppT5LW7Jjs92r1yqQhMrqi3fdY Api.Helper.Exceptions.KatException: 密码错误 在 Api.BLL.b2b.CustomerService.mima_b2b_Login(String oper_id, String pwd, String open_id, B2B_Oper& oper, String& token) ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2025-03-13 09:50:43 [错误信息] => 密码错误 [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 = '1193' or a.login_no = '1193' [详细] => 在 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":"1193","vip_pass":"8888","is_bind":"1","open_id":"oDppT5LW7Jjs92r1yqQhMrqi3fdY"} ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2025-03-13 10:14:38 [错误信息] => 正在中止线程。 [sql] => SELECT * FROM (SELECT ROW_NUMBER() OVER (ORDER BY goods_id) AS rowid, * from (select a.goods_id , a.cls_id , a.goods_name , a.barcode , a.goods_size , isnull(a.product_area, '') product_area , a.unit_no , isnull(a.item_pack, 0) item_pack , a.small_img_url , isnull(d.is_collect, '0') is_collect , isnull(e.qty, 0) qty , a.sale_price, dbo.FUNC_GET_ITEM_SALE_PRICE('1051',a.goods_id) as price , (case when isnull(a.small_img_url, '') = '' then '' else 'http://fxh.ivytalksoft.com:4617' + a.small_img_url end) as small_img_full_url from goods a with(nolock) left join (select goods_id, '1' as is_collect from tr_collect with(nolock) where cus_no = '1051') d on d.goods_id = a.goods_id left join (select goods_id, isnull(sum(qty), 0) qty from tr_shopcart with(nolock) where open_id = '1051' group by goods_id) e on e.goods_id = a.goods_id where a.cls_id in (select cls_id from goods_cls with(nolock) 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 = '1051')) ) as m where 1 = 1) t WHERE t.rowid > 0 AND t.rowid <= 100 [详细] => 在 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} ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2025-03-13 22:23:18 [错误信息] => 已停止下单!
下单时间 23:01至23:59 [详细] => 在 Api.SingOut.b2b.mina.order.create(String goods_ids, Int32 ads_id, String pay_type, String distribution_type, String cus_no, String salesman_id, String reach_time, String cus_remark) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.order , [方法] => create [入参] => {"pay_type":1,"goods_ids":"0000000005862,0000000005871,0000000005772,0000000005778,0000000000028,0000000000027,0000000001247,0000000001271,0000000001749,0000000004729,0000000005712,0000000005732,0000000005752,0000000004698,0000000005800,0000000005809,0000000005812,0000000005814,0000000005822,0000000005824,0000000005827,0000000005756,0000000005757,0000000005758,0000000005763,0000000005766,0000000005810,0000000005703,0000000005482,0000000005483,0000000005485,0000000005488,0000000005430,0000000005501,0000000000894,0000000005773,0000000000660,0000000005718,0000000004769,0000000005671,0000000005673,0000000005745,0000000005791,0000000004761,0000000005840,0000000005784,0000000005823,0000000005464,0000000005727,0000000004744,0000000005775,0000000001637,0000000000924,0000000001376,0000000005843,0000000005755,0000000005870,0000000000996,0000000005684,0000000000871,0000000004776,0000000005855,0000000005859,0000000004697,0000000005717,0000000005759,0000000005741,0000000000939,0000000005478,0000000005905,0000000005906,0000000005907,0000000001117,0000000005423,0000000002448,0000000005491,0000000005768,0000000005013,0000000004709,0000000004768,0000000004720,0000000000054,0000000004755,0000000005737,0000000000964,0000000005821,0000000003893,0000000005733,0000000005743,0000000005848,0000000005709,0000000004718,0000000004700,0000000005776,0000000005489,0000000001377,0000000001258,0000000005731,0000000005493,0000000005774,0000000000542,0000000005765,0000000003779,0000000005863,0000000005803,0000000001416,0000000005867,0000000005853,0000000004728,0000000005799,0000000000937,0000000000025,0000000004775,0000000005484,0000000005503,0000000005751,0000000005137,0000000005702,0000000005738,0000000004725,0000000001278,0000000001570,0000000005841,1000000006089,0000000005861,0000000001746,0000000005692,0000000005839,1000000006388,0000000005771,0000000005746,0000000004715,0000000005797,0000000005529,0000000001714,0000000003438,0000000002955,0000000003267,0000000003342,0000000003138,0000000003509,0000000000968,0000000005830,0000000001299,0000000004683,0000000005716,0000000005736,1000000006088,0000000005844,0000000001139,0000000002211,0000000001892,1000000006184,0000000005807,0000000005786,0000000005795,0000000005796,0000000005819,0000000002207,0000000004190,0000000005429,0000000005457,1000000006241,0000000004495,0000000002617,1000000006349,0000000004606,0000000005832,1000000006381,","ads_id":35,"distribution_type":0,"reach_time":"2025-03-14","cus_remark":"","cus_no":"1034","salesman_id":""} ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2025-03-13 22:29:12 [错误信息] => 已停止下单!
下单时间 23:01至23:59 [详细] => 在 Api.SingOut.b2b.mina.order.create(String goods_ids, Int32 ads_id, String pay_type, String distribution_type, String cus_no, String salesman_id, String reach_time, String cus_remark) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.order , [方法] => create [入参] => {"pay_type":1,"goods_ids":"0000000005867,0000000005868,0000000005771,0000000005778,0000000000027,0000000000028,0000000000032,0000000005747,0000000005786,0000000005791,0000000005799,0000000005803,0000000004697,0000000005754,0000000005756,0000000005757,0000000005759,0000000005763,0000000005765,0000000005766,0000000001117,0000000004775,0000000001746,0000000004769,0000000005712,0000000005852,0000000005855,1000000007071,0000000005485,0000000005889,0000000001404,0000000005842,0000000005869,0000000005908,","ads_id":222,"distribution_type":0,"reach_time":"2025-03-14","cus_remark":"","cus_no":"1188","salesman_id":""} ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2025-03-13 22:38:29 [错误信息] => 已停止下单!
下单时间 23:01至23:59 [详细] => 在 Api.SingOut.b2b.mina.order.create(String goods_ids, Int32 ads_id, String pay_type, String distribution_type, String cus_no, String salesman_id, String reach_time, String cus_remark) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.order , [方法] => create [入参] => {"pay_type":1,"goods_ids":"0000000005743,0000000005908,0000000005738,0000000005747,0000000005758,0000000005756,0000000005822,0000000005759,0000000005755,0000000005765,0000000005768,0000000005764,0000000005762,0000000005766,0000000005809,0000000005733,0000000000660,0000000001290,0000000005712,0000000000028,0000000005778,0000000005844,0000000004769,0000000005867,0000000005870,0000000001746,0000000005862,","ads_id":229,"distribution_type":0,"reach_time":"2025-03-14","cus_remark":"","cus_no":"1195","salesman_id":""} ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2025-03-13 22:40:03 [错误信息] => 已停止下单!
下单时间 23:01至23:59 [详细] => 在 Api.SingOut.b2b.mina.order.create(String goods_ids, Int32 ads_id, String pay_type, String distribution_type, String cus_no, String salesman_id, String reach_time, String cus_remark) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.order , [方法] => create [入参] => {"pay_type":1,"goods_ids":"0000000005867,0000000005868,0000000005771,0000000005778,0000000000027,0000000000028,0000000000032,0000000005747,0000000005786,0000000005791,0000000005799,0000000005803,0000000004697,0000000005754,0000000005756,0000000005757,0000000005759,0000000005763,0000000005765,0000000005766,0000000001117,0000000004775,0000000001746,0000000004769,0000000005712,0000000005852,0000000005855,1000000007071,0000000005485,0000000005889,0000000001404,0000000005842,0000000005869,0000000005908,0000000005661,0000000005662,0000000005841,0000000005843,","ads_id":222,"distribution_type":0,"reach_time":"2025-03-14","cus_remark":"","cus_no":"1188","salesman_id":""} ************************************************************************************** ************************************************************************************** [意料之外的错误] ----- 2025-03-13 22:40:12 [错误信息] => 已停止下单!
下单时间 23:01至23:59 [详细] => 在 Api.SingOut.b2b.mina.order.create(String goods_ids, Int32 ads_id, String pay_type, String distribution_type, String cus_no, String salesman_id, String reach_time, String cus_remark) [路由] => Api.SingOut.b2b.mina.SingOut.b2b.mina.order , [方法] => create [入参] => {"pay_type":1,"goods_ids":"0000000005867,0000000005868,0000000005771,0000000005778,0000000000027,0000000000028,0000000000032,0000000005747,0000000005786,0000000005791,0000000005799,0000000005803,0000000004697,0000000005754,0000000005756,0000000005757,0000000005759,0000000005763,0000000005765,0000000005766,0000000001117,0000000004775,0000000001746,0000000004769,0000000005712,0000000005852,0000000005855,1000000007071,0000000005485,0000000005889,0000000001404,0000000005842,0000000005869,0000000005908,0000000005661,0000000005662,0000000005841,0000000005843,","ads_id":222,"distribution_type":0,"reach_time":"2025-03-14","cus_remark":"","cus_no":"1188","salesman_id":""} **************************************************************************************