材料出库、调拨查询重写;采购退料;生成条码接口
This commit is contained in:
@@ -198,10 +198,10 @@ namespace Tnb.WarehouseMgr
|
||||
{ "checking", 32 },
|
||||
};
|
||||
string isCheck = dic2[qcRes].ToString();
|
||||
await _db.Updateable<WmsCarryH>()
|
||||
.SetColumns(x => x.is_check == isCheck)
|
||||
.Where(x => carryIds.Contains(x.id))
|
||||
.ExecuteCommandAsync();
|
||||
//await _db.Updateable<WmsCarryH>()
|
||||
// .SetColumns(x => x.is_check == isCheck)
|
||||
// .Where(x => carryIds.Contains(x.id))
|
||||
// .ExecuteCommandAsync();
|
||||
|
||||
BasFactoryConfig config = await _db.Queryable<BasFactoryConfig>().FirstAsync(x => x.enabled == 1 && x.key == FactoryConfigConst.BIPURL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user