Commit 04531c43 authored by 刘学辉's avatar 刘学辉

销售订单列表增加查询条件

parent 8517f232
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
select t.* from ep_sale_order t select t.* from ep_sale_order t
</sql-query> </sql-query>
<condition column="bill_code" name="billCode" type="java.lang.String" symbol="like" alias="t"/> <condition column="bill_code" name="billCode" type="java.lang.String" symbol="like" alias="t"/>
<condition column="kunnr" name="kunnr" type="java.lang.String" symbol="like" alias="t"/>
</query> </query>
<query name="epSaleOrderItems" label="EP销售订单明细" table="ep_sale_order_item"> <query name="epSaleOrderItems" label="EP销售订单明细" table="ep_sale_order_item">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment