@@ -43,7 +43,7 @@ public class D10024Service extends D10024BaseModel implements ExecProcessFlow {
DGasBlastAreaMapper blastAreaMapper =UtilTools.getBean(DGasBlastAreaMapper.class);
- if(gid==null||gid<=0){//添加
+ if(gbid==null||gbid<=0){//添加
DGasBlastArea gb= new DGasBlastArea();
gb.setAid(gas.getAid());
gb.setGid(gid);