代码更新
This commit is contained in:
@@ -714,6 +714,7 @@ public class FormulaServiceImpl implements FormulaService {
|
||||
|
||||
HashMap<String, Object> oneMap = new HashMap<>();
|
||||
// 工令相关
|
||||
oneMap.put("workorder_code", jsonWork.getString("workorder_code"));
|
||||
oneMap.put("material_code", jsonMater.getString("material_code"));
|
||||
if (ObjectUtil.isNotEmpty(jsonDept)) oneMap.put("dept_name", jsonDept.getString("name"));
|
||||
if (ObjectUtil.isNotEmpty(jsonMaterExt)) oneMap.put("old_mark", jsonMaterExt.getString("old_mark"));
|
||||
|
||||
Reference in New Issue
Block a user