【泛微付款申请接口】预计到票时间判空
This commit is contained in:
parent
81ac0c16c5
commit
81758c0b8e
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue