瀏覽代碼

项目查询任务联系人电话修改

anderx 7 年之前
父節點
當前提交
fdc29de7c8
共有 1 個文件被更改,包括 2 次插入2 次删除
  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