|
@@ -98,6 +98,14 @@
|
|
<if test="mergeId!=null and mergeId!=''">
|
|
<if test="mergeId!=null and mergeId!=''">
|
|
and menu.merge_id = #{mergeId}
|
|
and menu.merge_id = #{mergeId}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="mergeFlag!=null">
|
|
|
|
+ <if test="mergeFlag=1">
|
|
|
|
+ and menu.merge_id !=null
|
|
|
|
+ </if>
|
|
|
|
+ <if test="mergeFlag=0">
|
|
|
|
+ and menu.merge_id =null
|
|
|
|
+ </if>
|
|
|
|
+ </if>
|
|
</sql>
|
|
</sql>
|
|
<select id="selectList" parameterType="com.platform.dao.dto.longyanpurchaseorder.LongYanPurchaseOrderDTO"
|
|
<select id="selectList" parameterType="com.platform.dao.dto.longyanpurchaseorder.LongYanPurchaseOrderDTO"
|
|
resultType="com.platform.dao.vo.query.longyanpurchaseorder.LongYanPurchaseOrderVO">
|
|
resultType="com.platform.dao.vo.query.longyanpurchaseorder.LongYanPurchaseOrderVO">
|