Browse Source

项目任务显示BUG修复

anderx 7 years ago
parent
commit
b8482f8115
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/goafanti/common/mapper/TechProjectMapper.xml

+ 2 - 2
src/main/java/com/goafanti/common/mapper/TechProjectMapper.xml

@@ -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