@@ -25,7 +25,7 @@ public class D10022Service extends D10022BaseModel implements ExecProcessFlow {
if(gas ==null){
throw new BusinessException("EB3100022");
}
- gasMapper.delete(gas);
+ gasMapper.deleteByPrimaryKey(gid);
/**