[修改] isAct
This commit is contained in:
@@ -228,7 +228,7 @@
|
||||
ORDER BY updateDate desc
|
||||
</select>
|
||||
<select id="isAct" resultType="java.lang.String">
|
||||
SELECT rep.name FROM
|
||||
SELECT pro.prc_name FROM
|
||||
bus_process_name pro
|
||||
WHERE pro.CREAT_USER = #{Vo.usid}
|
||||
and pro.SUBMIT_STATUS = 1
|
||||
@@ -236,7 +236,7 @@
|
||||
<foreach collection="Vo.ids" item="id" open="(" separator="," close=")">
|
||||
#{id}
|
||||
</foreach>
|
||||
GROUP BY rep.id;
|
||||
GROUP BY pro.id;
|
||||
</select>
|
||||
|
||||
<select id="selectByidAndName" resultType="java.lang.Long">
|
||||
|
||||
Reference in New Issue
Block a user