|
|
@@ -1050,7 +1050,7 @@ from
|
|
|
from
|
|
|
(select *
|
|
|
from contract_task_log
|
|
|
- where task_receiver='1') x left join contract_task a on
|
|
|
+ where task_receiver=#{taskReceiver,jdbcType=VARCHAR}) x left join contract_task a on
|
|
|
x.contract_task_id=a.id left join business_project b on
|
|
|
a.commodity_id = b.id left join business_varieties c on
|
|
|
b.cid = c.id left join contract d on
|
|
|
@@ -1101,7 +1101,7 @@ from
|
|
|
from
|
|
|
(select *
|
|
|
from contract_task_log
|
|
|
- where task_receiver='1') x left join contract_task a on
|
|
|
+ where task_receiver=#{taskReceiver,jdbcType=VARCHAR}) x left join contract_task a on
|
|
|
x.contract_task_id=a.id left join business_project b on
|
|
|
a.commodity_id = b.id left join business_varieties c on
|
|
|
b.cid = c.id left join contract d on
|