fix(dialog): 优化数据分布对话框中的数据查询和处理逻辑- 为未查询到信息的字段设置空字符串默认值

- 调整采购单实际时间的类型为 Ysr8_ProjectDocRevision
- 优化数据查询逻辑,为未查询到的信息增加分母+1处理
- 移除未使用的注释代码
master
熊朝柱 2 weeks ago
parent f5253f6200
commit ed45a2e796

@ -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