删除log
This commit is contained in:
@ -207,7 +207,6 @@ public class BusMerchantProductServiceImpl extends BaseService implements IBusMe
|
||||
SysSyd sysSyd = sydMapper.selectSysSydById(vo.getSydId());
|
||||
log.info("sydId:"+sysSyd.getId()+"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
|
||||
SysThirdPlatform sysThirdPlatform = thirdPlatformMapper.selectThirdAppInfo(sysSyd.getId());
|
||||
log.info("sysThirdPlatform:"+sysThirdPlatform.getPlatformName());
|
||||
if (ObjectUtils.isNotEmpty(sysThirdPlatform)&&sysThirdPlatform.getPlatformName().equals("薪遇见")){
|
||||
BusMerchant busMerchant = busMerchantMapper.selectById(mer_id);
|
||||
xyjService.addMerchant(busMerchant,vo.getSydId());
|
||||
|
||||
@ -45,7 +45,7 @@ public class TaxCalculatorUtils {
|
||||
validateParams(cumulativeIncome, taxMonth, cumulativePrepaidTax);
|
||||
|
||||
// 2. 计算累计减除费用:5000 * n(n为月份)
|
||||
BigDecimal cumulativeDeduction = MONTHLY_DEDUCTION.multiply(new BigDecimal(taxMonth));
|
||||
BigDecimal cumulativeDeduction = MONTHLY_DEDUCTION;
|
||||
|
||||
// 3. 计算应纳税所得额:累计收入 × (1 - 20%) - 累计减除费用
|
||||
BigDecimal taxableIncome = cumulativeIncome
|
||||
|
||||
Reference in New Issue
Block a user