WebAPI/Controllers/XSGL/Xs_SeOrderBillController.cs
@@ -1797,9 +1797,11 @@ ,cur.HName HCurName ,cur.HExchangeRate HExRate ,c.HTaxRate ,ISNULL(cre.HCreditRating_Now,0) HCreditRating_Now from Gy_Customer as c left join Gy_SettleStyle as s on c.HSSID = s.HItemID left join Gy_Currency as cur on c.HCurID = cur.HItemID left join Gy_Customer_Credit as cre on c.HItemID = cre.HCusID where c.HItemID = " + HCusID; ds = oCN.RunProcReturn(sql,"Gy_Customer");