Commit f3ce1e2e by naan1993

修复生成代码的一处错误

parent 0f437cc5
......@@ -111,6 +111,9 @@ public class SqlConfig {
}
public String[] getPcodeAndPcodes() {
if (parentMenuName.equals("顶级")) {
return new String[]{"0", ""};
}
PreparedStatement preparedStatement = null;
try {
preparedStatement = connection.prepareStatement("select * from menu where name like ?");
......
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