|
@@ -5940,7 +5940,7 @@ public class FormulaServiceImpl extends BaseServiceImpl<FormulaMapper, Formula>
|
|
f = "";
|
|
f = "";
|
|
if(key != null && value != null){
|
|
if(key != null && value != null){
|
|
/*数据回写*/
|
|
/*数据回写*/
|
|
- write(key,value,tec);
|
|
|
|
|
|
+ write(key,value.replaceAll("\\(","").replaceAll("\\)",""),tec);
|
|
}
|
|
}
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
f = f.replace(f, "解析错误");
|
|
f = f.replace(f, "解析错误");
|