Compare commits

..

No commits in common. 'master' and 'main' have entirely different histories.
master ... main

@ -1802,6 +1802,9 @@ 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