Commit 55e22827 by wuyiping

修改查询显示字段

parent 73053e1c
......@@ -26,14 +26,13 @@
<select id="findCodeAllByType" parameterType="com.cc.pojo.SysDictitem" resultType="com.cc.pojo.SysDictitem">
select distinct
id ids,
ISPARENT parentFlag,
groupid codeType,
id,
isparent,
groupid,
code ,
name as name,
name text,
groupname as groupname,
pid as pId,
name,
groupname,
pid,
description,
yycj1,
yycj2,
......@@ -44,8 +43,8 @@
yycj7,
yycj8,
yycj9,
STARTCODE startcode,
ENDCODE endcode
startcode,
endcode
from SYS_DICTITEM
where 1=1
<include refid="queryWhere" />
......
......@@ -72,5 +72,6 @@ public class SysDictitem implements Serializable {
protected long scbz;
protected String lrr;
protected String yycj9;
}
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