Commit c558383e authored by 陈宏杰's avatar 陈宏杰

文件追加

parent f79ea7d6
...@@ -126,8 +126,8 @@ public class BaiHangFileReportService { ...@@ -126,8 +126,8 @@ public class BaiHangFileReportService {
} }
} }
if (!CollectionUtils.isEmpty(encryptFileNameList)) { if (!CollectionUtils.isEmpty(encryptFileNameList)) {
File file = new File(HOST_PATH+"存量报送加密文件名称集合_"+type+"_"+start.replace("-","")+"_"+end.replace("-","")+"_"+DateUtils.formatDate(new Date(),"yyyyMMddHHmm")+".txt"); File file = new File(HOST_PATH+"存量报送加密文件名称集合_"+type+"_"+DateUtils.formatDate(new Date(),"yyyyMMdd")+".txt");
FileUtils.writeLines(file,encryptFileNameList); FileUtils.writeLines(file,encryptFileNameList,Boolean.TRUE);
} }
} catch (Exception e) { } catch (Exception e) {
log.error("创建报送文件异常!",e); log.error("创建报送文件异常!",e);
......
...@@ -178,10 +178,10 @@ ...@@ -178,10 +178,10 @@
when j.marry_status=4 then '30' when j.marry_status=4 then '30'
when j.marry_status=3 then '40' when j.marry_status=3 then '40'
else '90' end marriageStatus else '90' end marriageStatus
from business_flow.apply_list i from xyqb.apply_quota_record d
left join xyqb_user.user u on u.uuid=i.uuid left join business_flow.apply_list i on d.order_no=i.apply_no
left join xyqb_user.user_detail b on u.id=b.user_id left join xyqb_user.user_detail b on d.user_id=b.user_id
left join xyqb_user.user_ext_info j on u.id=j.user_id left join xyqb_user.user_ext_info j on d.user_id=j.user_id
where i.product_type=0 where i.product_type=0
and i.apply_status>=4 and i.apply_status>=4
and (i.audit_result=0 or i.assets_result=0) and (i.audit_result=0 or i.assets_result=0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment