| | |
| | | _stockRepository.Db.Updateable<Dt_StockInfoDetail>().SetColumns(it => new Dt_StockInfoDetail |
| | | { |
| | | Status = StockStatusEmun.鍏ュ簱瀹屾垚.ObjToInt() |
| | | }).Where(it => it.StockId == stockInfo.Id).ExecuteCommand(); |
| | | }).Where(it => it.OrderNo == inboundOrder.InboundOrderNo).ExecuteCommand(); |
| | | } |
| | | else |
| | | { |
| | |
| | | _stockRepository.Db.Updateable<Dt_StockInfoDetail>().SetColumns(it => new Dt_StockInfoDetail |
| | | { |
| | | Status = StockStatusEmun.鍏ュ簱瀹屾垚.ObjToInt() |
| | | }).Where(it => it.StockId == stockInfo.Id).ExecuteCommand(); |
| | | }).Where(it => it.OrderNo == inboundOrder.InboundOrderNo).ExecuteCommand(); |
| | | } |
| | | else |
| | | { |