WebAPI/Controllers/Sc_MouldRepairInBillListController.cs
@@ -4,6 +4,7 @@ using System.Collections.Generic; using System.Data; using System.Web.Http; using ViewAPI; using WebAPI.Models; namespace WebAPI.Controllers { @@ -5028,6 +5029,7 @@ string sql1 = string.Format(@"select * from h_v_Sc_MouldProdOutHouseBillList where 库存组织='" + Organization + "'"); if (sWhere == null || sWhere.Equals("")) { Log.LogInfo(sql1); return new SQLHelper.ClsCN().RunProcReturn(sql1 + "order by hmainid desc", "h_v_Sc_MouldProdOutHouseBillList"); } else