Commit 93603242 by 王祖波

Merge branch 'feature-recommend2' into 'developer'

空判断

See merge request !2911
parents 0b0af8a9 10e50bb0
......@@ -260,6 +260,9 @@ public class PotentialDataAdaptor {
if (reportType == null) {
return new Pair<>("", "");
}
if (StringUtils.isBlank(bizDate)) {
return new Pair<>("", "");
}
String endDate = bizDate;
String beginDate = bizDate;
if (MaterialReportType.MONTH.getCode().equals(reportType)) {
......
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