代码更新
This commit is contained in:
@@ -115,7 +115,7 @@ public class BakingServiceImpl implements BakingService {
|
||||
hotParam.put("workorder_id", jsonRaw.getString("workorder_id"));
|
||||
hotParam.put("material_id", jsonMater.getString("material_id"));
|
||||
hotParam.put("qty", jsonRaw.get("productin_qty"));
|
||||
hotParam.put("io_type", "1");
|
||||
hotParam.put("io_type", "0");
|
||||
hotParam.put("qty_unit_id", jsonMater.getString("base_unit_id"));
|
||||
hotParam.put("task_id", task_id);
|
||||
hotParam.put("start_point_code", point_code1);
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
PDM_BI_SlittingProductionPlan plan
|
||||
LEFT JOIN st_ivt_cutpointivt ivt ON ivt.ext_code = plan.resource_name
|
||||
WHERE
|
||||
plan.STATUS < 09
|
||||
plan.STATUS <> '09'
|
||||
AND
|
||||
is_child_tz_ok = 0
|
||||
AND
|
||||
|
||||
Reference in New Issue
Block a user