|
@@ -46,6 +46,9 @@
|
|
|
<if test="keyword != null and keyword != ''">
|
|
|
and menu.id like concat(concat('%',#{keyword}),'%')
|
|
|
</if>
|
|
|
+ <if test="status!=null">
|
|
|
+ and menu.status =#{status}
|
|
|
+ </if>
|
|
|
</sql>
|
|
|
<select id="selectList" parameterType="com.platform.dao.dto.merge.LongYanPurchaseOrderMergeDTO" resultType="com.platform.dao.vo.query.merge.LongYanPurchaseOrderMergeVO">
|
|
|
select menu.*
|