Commit fa15ad9c authored by huyuchen's avatar huyuchen

薪资年终奖计算修改

parent 15e9d17e
......@@ -503,7 +503,9 @@ public class TStatisticsBonusServiceImpl extends ServiceImpl<TStatisticsBonusMap
* @param minSalary 工资下限
* @param maxAnualSalary 年终奖上限
* @param wSalary 未发金额
* @param ySalary 应发工资合计
* @param sumTax 薪资扣税合计
* @param twlSalaryTax 12月已发工资税费
* @Description: 计算薪资扣税-个税
* @Author: huyc
* @Date: 2022/8/23
......
......@@ -467,7 +467,7 @@
<if test="invoiceTitle != null and invoiceTitle.trim() != ''">
AND a.INVOICE_TITLE = #{invoiceTitle}
</if>
AND a.DELETE_FLAG = 0 and a.FORM_TYPE = 0
AND a.DELETE_FLAG = 0 and a.FORM_TYPE in ('0','1','2')
</where>
</select>
<select id="getSumByAccountId" resultType="java.util.Map">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment