|
@@ -517,7 +517,7 @@ public class ParamsConvert {
|
|
|
} else if (className.equals("dictBsznController") && method.getName().equals("bsznList")) {
|
|
|
return method.invoke(proxyObject);
|
|
|
} else if (className.equals("dictBsznController") && method.getName().equals("selectListByMc")) {
|
|
|
- String dictValue = params.get("id").toString();
|
|
|
+ String dictValue = params.get("dictValue").toString();
|
|
|
return method.invoke(proxyObject, dictValue);
|
|
|
} else if (className.equals("dictBsznController") && method.getName().equals("detailById")) {
|
|
|
long id = Long.parseLong(params.get("id").toString());
|