md
This commit is contained in:
parent
cabfe79b4d
commit
9367dac479
@ -54,8 +54,6 @@ public class AICommonController extends BaseController
|
||||
OCRService ocrService;
|
||||
|
||||
|
||||
|
||||
|
||||
private static final String API_URL = "https://chat.deepseek.com";
|
||||
private static final String API_KEY = "sk-408990000f9c4c349c4d69df7630bc75";
|
||||
|
||||
|
||||
@ -351,6 +351,11 @@ public class EmisSettleInvoiceChRecordServiceImpl extends EmisBaseService implem
|
||||
return;
|
||||
}
|
||||
|
||||
// 已申请作废就不要更新状态
|
||||
if(StringUtils.isEmpty("3".equals(itemRecord.getOpenChStatus())){
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
EmisBaseInvoiceChInfo emisBaseInvoiceChInfo = emisBaseInvoiceChInfoMapper.selectEmisBaseInvoiceChInfoByTaxNo(itemRecord.getSalerCompanyTaxNo());
|
||||
|
||||
@ -404,8 +409,6 @@ public class EmisSettleInvoiceChRecordServiceImpl extends EmisBaseService implem
|
||||
updRecord.setOpenChStatusDesc("已开票");
|
||||
emisSettleInvoiceChRecordMapper.updateEmisSettleInvoiceChRecord(updRecord);
|
||||
|
||||
|
||||
|
||||
/*
|
||||
status string Y 2 发票状态:
|
||||
0:待开票;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user