|
@@ -26,7 +26,7 @@
|
|
</sql>
|
|
</sql>
|
|
<select id="getInfoWithFileCharge" resultType="com.management.platform.entity.TaskExecutor">
|
|
<select id="getInfoWithFileCharge" resultType="com.management.platform.entity.TaskExecutor">
|
|
select te.id as id, task_id, executor_id, executor_name, executor_color, plan_hours, project_id
|
|
select te.id as id, task_id, executor_id, executor_name, executor_color, plan_hours, project_id
|
|
- , service_id, real_cost, file_charge_one_id, file_charge_two_id
|
|
|
|
|
|
+ , service_id, real_cost, file_charge_one_id, file_charge_two_id,first_auditor_id, second_auditor_id, audit_status
|
|
, u1.name as fileChargeOneName,u1.corpwx_userid as chargeOneWxId
|
|
, u1.name as fileChargeOneName,u1.corpwx_userid as chargeOneWxId
|
|
,u2.name as fileChargeTwoName,u2.corpwx_userid as chargeTwoWxId
|
|
,u2.name as fileChargeTwoName,u2.corpwx_userid as chargeTwoWxId
|
|
from task_executor te
|
|
from task_executor te
|