Merge branch 'master' of http://121.40.234.130:8899/root/wuHanXinRui
This commit is contained in:
@@ -199,6 +199,9 @@ public class WorkTaskServiceImpl implements WorkTaskService {
|
||||
FormulaMap.put("start_time", now);
|
||||
PDM_BI_Formula.update(FormulaMap, "status='20' and workorder_id ='" + jsonMst.getString("workorder_id") + "' and material_id='"+jsonMst.getString("material_id")+"'");
|
||||
}
|
||||
if (jsonMst.getString("workprocedure_code").equals(topDtl.getString("workprocedure_code"))) {
|
||||
workordeMap.put("realstart_time", now);
|
||||
}
|
||||
//更新工令
|
||||
PDM_BI_WorkOrder.update(workordeMap, "workorder_id ='" + jsonMst.getString("workorder_id") + "'");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user