zrg
2024-12-06 dc719f0fc2d595a3b4ad51415a8bcf2b8eecde44
WebAPI/Controllers/CGGL/Cg_PayableBillController.cs
@@ -1684,7 +1684,7 @@
                //}
                string sql = "select * from h_v_Cg_PayableBillQuerySub where hmainid =  " + hmainid;
                ds = oCN.RunProcReturn(sql + " order by hsubid desc", "h_v_Cg_PayableBillQuerySub");
                ds = oCN.RunProcReturn(sql + " order by hsubid ASC", "h_v_Cg_PayableBillQuerySub");
                foreach (DataColumn col in ds.Tables[0].Columns)