ch
2021-12-29 cff4f71fc0fb6748a5822029be71370abe94402e
WebAPI/Controllers/基础资料/基础资料/Gy_StockCheckItemBillController.cs
@@ -298,7 +298,6 @@
                        left join Gy_Warehouse w1 on m.HNowSupID=w1.HItemID
                  where " + sWhere+ " and k.HSourceInterID=(select HItemID from Gy_StockCheckItem where HItemID="+sID+") and k.HMakeDate<=(select HEndDate from Gy_StockCheckItem where HItemID="+sID+")");
                }
                ds = oCN.RunProcReturn(sql, "Sc_MouldStockBillMain_Temp");
                list.Add(ds.Tables[0]);
                objJsonResult.code = "0";