yangle
2024-11-29 a23a1a0d44a05b60539b9984c16938d6bdfa6a77
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)