发票
This commit is contained in:
parent
d2d21a1f61
commit
1abd107478
@ -27,7 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
cus.custom_mobile cus_custom_mobile,
|
cus.custom_mobile cus_custom_mobile,
|
||||||
us.nick_name custom_manager_name,
|
us.nick_name custom_manager_name,
|
||||||
(select ptm.invoice from ps_task_main ptm where ptm.task_type = '3'
|
(select ptm.invoice from ps_task_main ptm where ptm.task_type = '3'
|
||||||
and ptm.contract_code = info.contract_code and ptm.task_status = 30 limit 0,1) as invoiceOssid
|
and ptm.contract_code = info.contract_code and ptm.task_status = 30 limit 0,1) as invoice_ossid
|
||||||
|
|
||||||
from ps_contract_info info
|
from ps_contract_info info
|
||||||
left join ps_company_info com on info.company_id = com.id
|
left join ps_company_info com on info.company_id = com.id
|
||||||
|
Loading…
Reference in New Issue
Block a user