德中需求验收发送多人邮件
This commit is contained in:
@ -71,4 +71,11 @@
|
||||
order by id desc
|
||||
</select>
|
||||
|
||||
<select id="productListByProgramName" resultType="com.sa.zentao.entity.ZtProduct">
|
||||
select p.* from zt_product p WHERE program in (
|
||||
SELECT id from zt_project pj WHERE pj.`name` = #{programName} and pj.deleted ='0'
|
||||
) and deleted = '0'
|
||||
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user