wangyi
2026-03-31 122e9c22a1845ec01eba0b79a72e1793e6cd2487
出运单子表数据修改
1个文件已修改
7 ■■■■ 已修改文件
WebAPI/Controllers/物流管理/出运单/WLYayBillController.cs 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/ÎïÁ÷¹ÜÀí/³öÔ˵¥/WLYayBillController.cs
@@ -821,7 +821,7 @@
        #region å‡ºè¿å• èŽ·å–å­è¡¨æ•°æ®
        [Route("WLYayBillController/GetList")]
        [HttpGet]
        public object GetList(string hmainid, string user)
        public object GetList(string hmainid_hsubid, string user)
        {
            try
            {
@@ -836,7 +836,10 @@
                }
                DataSet ds = oCN.RunProcReturn("select * from h_v_Gy_MaterialPackingRelation where hmainid=" + hmainid, "WL_YayBillMain");
                string sql = $"select * from h_v_Gy_MaterialPackingRelation where hmainid_hsubid in (" + hmainid_hsubid + ")";
                // æ‰§è¡ŒæŸ¥è¯¢
                DataSet ds = oCN.RunProcReturn(sql, "WL_YayBillMain");
                //添加列名