WebAPI/Controllers/CGGL/Kf_POStockInBillController.cs
@@ -2030,7 +2030,7 @@ } string sql = "select * from h_v_Kf_POStockInBillQuerySub where hmainid = " + hmainid; ds = oCN.RunProcReturn(sql + " order by hsubid desc", "h_v_Kf_POStockInBillQuerySub"); ds = oCN.RunProcReturn(sql + " order by hsubid ASC", "h_v_Kf_POStockInBillQuerySub"); foreach (DataColumn col in ds.Tables[0].Columns)