Browse Source

Merge remote-tracking branch 'origin/dev' into test

anderx 7 years ago
parent
commit
df5e8fdcae
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

@@ -757,8 +757,8 @@ from
 		a.deleted_sign as deletedSign,
 		a.task_comment as taskComment,
 		a.publish_status as publishStatus,
-		b.name as technicianName,
-		b.mobile as technicianMobile
+		ifnull(b.name,'暂无') as technicianName,
+		ifnull(b.contact_mobile,'暂无') as technicianMobile
 	from
 		contract_task a left join admin b on
 		a.task_receiver = b.id