|
@@ -15,9 +15,6 @@
|
|
<sql id="List_Condition">
|
|
<sql id="List_Condition">
|
|
<if test="id != null and id != ''">
|
|
<if test="id != null and id != ''">
|
|
and menu.id = #{id}
|
|
and menu.id = #{id}
|
|
- </if>
|
|
|
|
- <if test="purchaseOrderId != null and purchaseOrderId != ''">
|
|
|
|
- and menu.purchase_order_id = #{purchaseOrderId}
|
|
|
|
</if>
|
|
</if>
|
|
<if test="createdTimeStart != null">
|
|
<if test="createdTimeStart != null">
|
|
and menu.created_time <![CDATA[>=]]>; #{createdTimeStart}
|
|
and menu.created_time <![CDATA[>=]]>; #{createdTimeStart}
|