|
|
@ -130,12 +130,12 @@ |
|
|
|
select name companyInvoicingName, sid companyInvoicingSid, purchaseSystemSid, purchaseSystemName |
|
|
|
from fin_company_invoicing |
|
|
|
where useOrgSid = #{useOrgSid} |
|
|
|
and length(purchaseSystemSid) > 0 |
|
|
|
and length(purchaseSystemSid) > 0 and isDelete = 0 |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="getAppInvoicingList" resultType="com.yxt.anrui.fin.api.fincompanyinvoicing.AppCompanyInvoicingVo"> |
|
|
|
select name dictValue,sid as id,purchaseSystemSid,purchaseSystemName from fin_company_invoicing where useOrgSid |
|
|
|
= #{useOrgSid} and length(purchaseSystemSid)>0 |
|
|
|
= #{useOrgSid} and length(purchaseSystemSid)>0 and isDelete = 0 |
|
|
|
<if test="search != null and search != ''"> |
|
|
|
and name like concat('%',#{search},'%') |
|
|
|
</if> |
|
|
|