提交 b7a32a82 编写于 作者: zhouweidong's avatar zhouweidong

fixed

上级 926b28db
......@@ -122,10 +122,10 @@ public class DAGridCoreResource {
}
String optionId = data.getString("optionid");
if (!StringUtils.isEmpty(optionId)){
return proxyService.getCodelist(data);
return proxyService.getCodelist3(data);
}
else{
return proxyService.getCodelist3(data);
return proxyService.getCodelist(data);
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册