Commit b83e69e0 authored by hyuk's avatar hyuk

fix

parent e2641314
......@@ -48,6 +48,7 @@ public class FeatureServiceImpl implements IFeatureService {
put("keys", StringUtils.join(keys, ","));
put("method", "0");
put("type", type + "");
put("exData", assetForm.getExData());
}});
JSONObject resultJSON = null;
QGPreconditions.checkArgument(StringUtils.isNotEmpty(result) && (resultJSON = JSON.parseObject(result)).getInteger("code") == 0, QGExceptionType.GET_DEC_ATTRIBUTE_VALUE_ERROR, assetForm.getUuid(), JSON.toJSONString(keys));
......
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