|
|
|
@ -311,11 +311,13 @@ public class SNPushCheckRecordService extends AbstractServiceAdapter { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
log.info("获取的数据明细taxRate为={}",taxRate); |
|
|
|
|
Map<String, String> updateParam = new HashMap<>(); |
|
|
|
|
updateParam.put("taxRate",taxRate); |
|
|
|
|
updateParam.put("uuid",uuid); |
|
|
|
|
if(StringUtils.isNotEmpty(taxRate)) { |
|
|
|
|
Map<String, String> updateParam = new HashMap<>(); |
|
|
|
|
updateParam.put("taxRate", taxRate); |
|
|
|
|
updateParam.put("uuid", uuid); |
|
|
|
|
|
|
|
|
|
tdxRecordInvoiceDao.updateTaxRate(updateParam); |
|
|
|
|
tdxRecordInvoiceDao.updateTaxRate(updateParam); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
return "ok"; |
|
|
|
|
} |
|
|
|
|