Compare commits

..

1 Commits
main ... master

Author SHA1 Message Date
熊朝柱 ed45a2e796 fix(dialog): 优化数据分布对话框中的数据查询和处理逻辑- 为未查询到信息的字段设置空字符串默认值
2 weeks ago

@ -1802,9 +1802,6 @@ public class SystemDataDistributionDialog extends JFrame implements ActionListen
String cgdjh0= cgdjhs[i].getProperty("finish_date"); String cgdjh0= cgdjhs[i].getProperty("finish_date");
cgdjh += cgdjh0 + ";"; cgdjh += cgdjh0 + ";";
// if (cgdjh0 != null && !cgdjh0.isEmpty()){
// this.cg_total_fm ++;
// }
} }
ss[38] = cgdjh == null ? "" : cgdjh; ss[38] = cgdjh == null ? "" : cgdjh;
}else { }else {

Loading…
Cancel
Save