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