|
|
@ -615,9 +615,15 @@ public class VtbVerificationServiceImpl extends ServiceImpl<VtbVerificationMappe |
|
|
|
apticlaim.setEffDate(now2); |
|
|
|
apticlaim.setInvoiced("2"); |
|
|
|
apticlaim.setCreateTime(now2); |
|
|
|
apticlaim.setStatus("00"); |
|
|
|
apticlaim.setDealTime(now2); |
|
|
|
apticlaim.setTopic(costApply.getChargeTheme()); |
|
|
|
|
|
|
|
//设置默认字段
|
|
|
|
apticlaim.setStatus("00"); |
|
|
|
apticlaim.setApticlaimAmtTax(BigDecimal.ZERO); |
|
|
|
apticlaim.setApticlaimVat("0"); |
|
|
|
apticlaim.setApticlaimInvoice(""); |
|
|
|
|
|
|
|
try { |
|
|
|
//todo 如果失败做补偿处理
|
|
|
|
xiaoLuTonService.saveApticlaim(apticlaim); |
|
|
|