|
@@ -2132,7 +2132,7 @@ const XMLStandard = (function () {
|
|
|
ratioData = detail.projectGLJ.datas.mixRatioMap[connectKey];
|
|
|
if (ratioData && Array.isArray(ratioData)) {
|
|
|
for (let ratio of ratioData) {
|
|
|
- let pGLJ = detail.projectGLJ.datas.gljList.find(d => d.original_code === ratio.code);
|
|
|
+ let pGLJ = detail.projectGLJ.datas.gljList.find(d => d.code === ratio.code);
|
|
|
if (pGLJ) {
|
|
|
let gljRatio = new GljRatio({
|
|
|
code: pGLJ.code,
|