摘要:
string goodsList = context.Request.Form["goodsList"]; if (!string.IsNullOrEmpty(goodsList)) { //同步过来物品数据,删除后修改 Li... 阅读全文
posted @ 2015-04-23 16:35
beau
阅读(558)
评论(0)
推荐(0)
摘要:
InBoxInfo boxInfo = boxList.Find(p => p.GoodsID == goods.GoodsID.ToString().Trim() && p.StorageID == goods.StorageID); 阅读全文
posted @ 2015-04-23 16:32
beau
阅读(382)
评论(0)
推荐(0)
摘要:
private List GetSame(List lst) { List newlst = new List(); newlst = (from n in lst group n by new { subFarmID = n.... 阅读全文
posted @ 2015-04-23 16:30
beau
阅读(8245)
评论(0)
推荐(0)