红冲开票的日志判断问题修复
This commit is contained in:
parent
94070179f1
commit
721e888b73
@ -430,7 +430,7 @@ public class InvoiceController {
|
||||
//红冲单号
|
||||
String redInvoiceName = redInvoiceData.getString("name");
|
||||
//红冲单创建时间
|
||||
String createTime = redInvoiceData.getString("create_time");
|
||||
String createTime = redInvoiceData.getString("last_modified_time");
|
||||
|
||||
JSONObject isLogRes = new JSONObject();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user