|
@@ -25,8 +25,8 @@
|
|
|
, u1.name as fileChargeOneName,u1.corpwx_userid as chargeOneWxId
|
|
|
,u2.name as fileChargeTwoName,u2.corpwx_userid as chargeTwoWxId
|
|
|
from task_executor te
|
|
|
- left join man_dev.user u1 on te.file_charge_one_id = u1.id
|
|
|
- left join man_dev.user u2 on te.file_charge_two_id = u2.id
|
|
|
+ left join user u1 on te.file_charge_one_id = u1.id
|
|
|
+ left join user u2 on te.file_charge_two_id = u2.id
|
|
|
where task_id = #{taskId}
|
|
|
</select>
|
|
|
|