Merge remote-tracking branch 'remotes/origin/release/2.9.2.2307.02' into fix/230702-福利档案-不显示合同到期日期
This commit is contained in:
commit
61b35eda1f
|
|
@ -743,7 +743,7 @@
|
|||
|
||||
|
||||
<!-- 更新不为NULL的字段 -->
|
||||
<update id="updateIgnoreNull" parameterType="com.engine.salary.entity.salaryitem.po.SalaryItemPO">
|
||||
<update id="updateIgnoreNull" parameterType="com.engine.salary.entity.salaryBill.po.SalarySendInfoPO">
|
||||
UPDATE hrsa_salary_send_info
|
||||
<set>
|
||||
<if test="salarySendId != null">
|
||||
|
|
@ -752,9 +752,6 @@
|
|||
<if test="salaryMonth != null">
|
||||
salary_month=#{salaryMonth},
|
||||
</if>
|
||||
<if test="useType != null">
|
||||
use_type=#{useType},
|
||||
</if>
|
||||
<if test="salaryAcctRecordId != null">
|
||||
salary_acct_record_id=#{salaryAcctRecordId},
|
||||
</if>
|
||||
|
|
|
|||
|
|
@ -138,6 +138,8 @@ public class SalaryFormulaServiceImpl extends Service implements SalaryFormulaSe
|
|||
param.setFormula(param.getFormula().replaceAll("EXISTS", "EXISTS"));
|
||||
param.setFormula(param.getFormula().replaceAll("between", "between"));
|
||||
param.setFormula(param.getFormula().replaceAll("BETWEEN", "BETWEEN"));
|
||||
param.setFormula(param.getFormula().replaceAll("union", "union"));
|
||||
param.setFormula(param.getFormula().replaceAll("UNION", "UNION"));
|
||||
|
||||
// 解析公式中的参数
|
||||
if (ReferenceTypeEnum.parseByValue(param.getReferenceType()) == ReferenceTypeEnum.FORMULA) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue