Commit 6ff41f0d authored by data爬虫-冯 军凯's avatar data爬虫-冯 军凯

申请单数据清洗test

parent c372294b
......@@ -196,7 +196,7 @@ public class ApplyListExportToBizFlowMain {
public static String getAssetsResult(String apply_status, Timestamp fund_result_at) { // fund_result_at为null 且 apply_status为2 并不清楚资方是否审核通过还是拒绝
if("3".equals(apply_status) && "1".equals(apply_status)){ //资方审核拒绝 只有这个时候才知道资产分发状态是成功还是失败 apply_status = 1 拒绝 资方拒绝
if("3".equals(apply_status) || "1".equals(apply_status)){ //资方审核拒绝 只有这个时候才知道资产分发状态是成功还是失败 apply_status = 1 拒绝 资方拒绝
return "0"; //biz 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