[修改] isAct

This commit is contained in:
bupengxiang
2023-05-16 16:17:24 +08:00
parent f59b25a85c
commit 89e829781e
7 changed files with 6 additions and 5 deletions
@@ -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">