Commit d3d7558f authored by yff's avatar yff

修改BUG

parent 31ae53f2
......@@ -1561,7 +1561,11 @@ public class GpfkServiceImpl extends BaseEditServiceImpl implements GpfkService
wogylxService.update(wogylx);
}
}
gpfkjg.setHgsl(1.0);
gpfkjg.setBhgsl(0.0);
gpfkjg.setFksl(1.0);
gpfkjg.setHgbz(HGBZ);
update(gpfkjg);
}
else {
if(gpfkjg.getHgbz().equals(HGBZ)) {
......@@ -1572,12 +1576,12 @@ public class GpfkServiceImpl extends BaseEditServiceImpl implements GpfkService
}
}
gpfkjg.setHgbz(BHGBZ);
gpfkjg.setFklx(GpfkFklxEnum.WO.getId());
gpfkjg.setHgsl(0.0);
gpfkjg.setBhgsl(1.0);
gpfkjg.setFksl(1.0);
update(gpfkjg);
}
gpfkjg.setFklx(GpfkFklxEnum.WO.getId());
gpfkjg.setHgsl(1.0);
gpfkjg.setBhgsl(0.0);
gpfkjg.setFksl(1.0);
update(gpfkjg);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment