yusijie
2025-07-09 d2d1206352b3198458605edfa32951cc00a76b1d
WebTM/views/基础资料/公用基础资料/xmlLBM_EquipFileMainBill.aspx
@@ -15,7 +15,8 @@
        //OledbXMLReportData.GenOneRecordset(this, "select * from Customers order by CustomerID");
        //SqlXMLReportData.GenOneRecordset(this, "select * from h_v_Kf_POStockInBillList_K3 where hmainid=1781");
        SqlXMLReportData.GenOneRecordset(this, "select * from h_v_Gy_EquipFileMainList where hmainid=" + Request.Params["linterid"]);
        //SqlXMLReportData.GenOneRecordset(this, "select * from h_v_Gy_EquipFileMainList where hmainid=" + Request.Params["linterid"]);
        SqlXMLReportData.GenEntireData(this, "select * from h_v_Gy_EquipFileMainList where hmainid in (" + Request.Params["linterid"] + ") order by 璁惧缂栫爜", "select 1");
    }
</script>
</head>