|
@@ -31,16 +31,9 @@
|
|
|
</sql>
|
|
</sql>
|
|
|
<select id="getList" resultType="com.mokamrp.privates.mapper.pangu.pojo.FosterwxCashScheduleTaskList">
|
|
<select id="getList" resultType="com.mokamrp.privates.mapper.pangu.pojo.FosterwxCashScheduleTaskList">
|
|
|
SELECT
|
|
SELECT
|
|
|
- task_list.id,
|
|
|
|
|
- task_template.template_name,
|
|
|
|
|
- mobile_group.group_name,
|
|
|
|
|
- task_list.task_type,
|
|
|
|
|
- task_list.remark,
|
|
|
|
|
- task_list.task_content,
|
|
|
|
|
- task_list.`status`,
|
|
|
|
|
- task_list.err_info,
|
|
|
|
|
- task_list.create_user,
|
|
|
|
|
- task_list.send_time
|
|
|
|
|
|
|
+ task_list.*,
|
|
|
|
|
+ task_template.template_name,
|
|
|
|
|
+ mobile_group.group_name
|
|
|
FROM
|
|
FROM
|
|
|
pan_fosterwx_cash_schedule_task_list task_list
|
|
pan_fosterwx_cash_schedule_task_list task_list
|
|
|
LEFT JOIN pan_fosterwx_cash_task_template task_template ON task_template.id = task_list.template_id
|
|
LEFT JOIN pan_fosterwx_cash_task_template task_template ON task_template.id = task_list.template_id
|