Commit 5bb353e3 authored by 刘学辉's avatar 刘学辉

物料主数据调分发页面业务用途的全选

parent cc37dda0
......@@ -13,7 +13,7 @@
LEFT JOIN sap_non_prod_apply_dept ad ON ad.apply_dept_id = t2.business_id
left join sap_non_prod_apply_base_info bs on bs.id=ad.base_info_id
WHERE t.active IN (0, 3) and (bs.distribute=2 or t.business_code='INIT_DPT')
and task_execute = :taskExecute order by t.update_date desc
and task_execute = :taskExecute
</sql-query>
</query>
......
<?xml version="1.0" encoding="UTF-8" ?>
<query-mappings>
<query name="sapPermitItems" label="放行条明细" table="sap_permit_item">
<sql-query>
select t.* from sap_permit_item t
</sql-query>
<condition column="sap_permit_id" name="sapPermitId" type="java.lang.String" symbol="=" alias="t"/>
</query>
</query-mappings>
\ No newline at end of file
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