【泛微付款申请接口】预计到票时间判空

This commit is contained in:
tanfengling@x-ri.com 2025-10-27 18:01:18 +08:00
parent 81ac0c16c5
commit 81758c0b8e
1 changed files with 5 additions and 1 deletions

View File

@ -1266,7 +1266,11 @@ public class FWImpl {
BigDecimal zbzfje = bill.getBigDecimal("tqq9_zbzfje");
BigDecimal qpje = bill.getBigDecimal("tqq9_qpje");
Date tqq9_qpsj = bill.getDate("tqq9_qpsj");
String yjdpsj = sdf.format(tqq9_qpsj);
String yjdpsj = null;
if(tqq9_qpsj != null){
yjdpsj = sdf.format(tqq9_qpsj);
}
BigDecimal qhje = bill.getBigDecimal("tqq9_qhje");
Date tqq9_qhrq = bill.getDate("tqq9_qhrq");
String yjdhsj = sdf.format(tqq9_qhrq);