|
@@ -21,7 +21,7 @@
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="getList" parameterType="com.xjrsoft.module.ledger.dto.WfSubscriptionPageDto" resultType="com.xjrsoft.module.ledger.vo.WfSubscriptionExcelVo">
|
|
<select id="getList" parameterType="com.xjrsoft.module.ledger.dto.WfSubscriptionPageDto" resultType="com.xjrsoft.module.ledger.vo.WfSubscriptionExcelVo">
|
|
|
- select t1.id,t2.name as org_name,t3.name as user_name,t1.shen_qing_ri_qi4752,t1.folder_id,t1.number from wf_subscription t1
|
|
|
|
|
|
|
+ select t1.id,t2.name as org_name,t3.name as user_name,DATE_FORMAT(t1.shen_qing_ri_qi4752, '%Y年%m月%d日') as shen_qing_ri_qi4752, t1.folder_id,t1.number from wf_subscription t1
|
|
|
left join xjr_department t2 on t1.application_department = t2.id
|
|
left join xjr_department t2 on t1.application_department = t2.id
|
|
|
left join xjr_user t3 on t1.user_id = t3.id
|
|
left join xjr_user t3 on t1.user_id = t3.id
|
|
|
where 1 = 1
|
|
where 1 = 1
|