[修改] isAct
This commit is contained in:
@@ -228,7 +228,7 @@
|
|||||||
ORDER BY updateDate desc
|
ORDER BY updateDate desc
|
||||||
</select>
|
</select>
|
||||||
<select id="isAct" resultType="java.lang.String">
|
<select id="isAct" resultType="java.lang.String">
|
||||||
SELECT rep.name FROM
|
SELECT pro.prc_name FROM
|
||||||
bus_process_name pro
|
bus_process_name pro
|
||||||
WHERE pro.CREAT_USER = #{Vo.usid}
|
WHERE pro.CREAT_USER = #{Vo.usid}
|
||||||
and pro.SUBMIT_STATUS = 1
|
and pro.SUBMIT_STATUS = 1
|
||||||
@@ -236,7 +236,7 @@
|
|||||||
<foreach collection="Vo.ids" item="id" open="(" separator="," close=")">
|
<foreach collection="Vo.ids" item="id" open="(" separator="," close=")">
|
||||||
#{id}
|
#{id}
|
||||||
</foreach>
|
</foreach>
|
||||||
GROUP BY rep.id;
|
GROUP BY pro.id;
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByidAndName" resultType="java.lang.Long">
|
<select id="selectByidAndName" resultType="java.lang.Long">
|
||||||
|
|||||||
@@ -228,7 +228,7 @@
|
|||||||
ORDER BY updateDate desc
|
ORDER BY updateDate desc
|
||||||
</select>
|
</select>
|
||||||
<select id="isAct" resultType="java.lang.String">
|
<select id="isAct" resultType="java.lang.String">
|
||||||
SELECT rep.name FROM
|
SELECT pro.prc_name FROM
|
||||||
bus_process_name pro
|
bus_process_name pro
|
||||||
WHERE pro.CREAT_USER = #{Vo.usid}
|
WHERE pro.CREAT_USER = #{Vo.usid}
|
||||||
and pro.SUBMIT_STATUS = 1
|
and pro.SUBMIT_STATUS = 1
|
||||||
@@ -236,7 +236,7 @@
|
|||||||
<foreach collection="Vo.ids" item="id" open="(" separator="," close=")">
|
<foreach collection="Vo.ids" item="id" open="(" separator="," close=")">
|
||||||
#{id}
|
#{id}
|
||||||
</foreach>
|
</foreach>
|
||||||
GROUP BY rep.id;
|
GROUP BY pro.id;
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByidAndName" resultType="java.lang.Long">
|
<select id="selectByidAndName" resultType="java.lang.Long">
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -18,11 +18,12 @@
|
|||||||
<result column="remarks" property="remarks"/>
|
<result column="remarks" property="remarks"/>
|
||||||
<result column="sort" property="sort"/>
|
<result column="sort" property="sort"/>
|
||||||
<result column="ext_info" property="extInfo" />
|
<result column="ext_info" property="extInfo" />
|
||||||
|
<result column="is_button" property="isButton" />
|
||||||
</resultMap>
|
</resultMap>
|
||||||
|
|
||||||
<!-- TS_MENU table all fields -->
|
<!-- TS_MENU table all fields -->
|
||||||
<sql id="Base_Column_List">
|
<sql id="Base_Column_List">
|
||||||
id, del_flag, name, parent_id, parent_ids, href, icon,iconHref,iconClick,iconClickHref, is_show, permission, remarks, sort, ext_info,is_url
|
id, del_flag, name, parent_id, parent_ids, href, icon,iconHref,iconClick,iconClickHref, is_show, permission, remarks, sort, ext_info,is_url,is_button
|
||||||
</sql>
|
</sql>
|
||||||
|
|
||||||
<!-- 用于按名称查询记录时的sql,添加前缀TS_MENU -->
|
<!-- 用于按名称查询记录时的sql,添加前缀TS_MENU -->
|
||||||
|
|||||||
Reference in New Issue
Block a user