Merge branch 'master' of http://121.40.234.130:8899/root/wuHanXinRui
This commit is contained in:
@@ -788,8 +788,7 @@ public class FormulaServiceImpl implements FormulaService {
|
||||
|
||||
// 球磨
|
||||
oneMap.put("ball_speed", jsonMaterExt.getString("ball_speed"));
|
||||
JSONObject jsonQM08 = paraTab.query("material_id = '" + material_id + "' and para_code = 'QM008'").uniqueResult(0);
|
||||
if (ObjectUtil.isNotEmpty(jsonQM08)) oneMap.put("number_3", jsonQM08.getString("value"));
|
||||
oneMap.put("number_3", jsonMst.getString("ball_time"));
|
||||
oneMap.put("create_name", jsonMst.getString("create_name"));
|
||||
|
||||
// 查询配方明细-辅料
|
||||
|
||||
Reference in New Issue
Block a user