现场问题处理 人工入空托盘堆垛 塑车间信号点位统一整理为配置项等
This commit is contained in:
@@ -579,7 +579,7 @@ where carry_code = '{coderesult}' and status = '{WmsWareHouseConst.TASK_BILL_STA
|
||||
}
|
||||
|
||||
// 未锁定且已占用且库位中没有记录托盘 此时认为是叠盘机送过来的
|
||||
// 20241018 业务变更 后续删除
|
||||
// 20241018 业务变更
|
||||
var wmsLoc = db_BGWCarrySupplementtimer.Queryable<BasLocation>()
|
||||
.LeftJoin<WmsCarryH>((a, b) => a.id == b.location_id)
|
||||
.Where((a, b) => a.is_lock == 0 && a.is_use == "1"
|
||||
|
||||
Reference in New Issue
Block a user