## 调整插入延缓发放明细语句;
This commit is contained in:
parent
e290bcf87c
commit
45afd09412
|
@ -19,9 +19,9 @@
|
|||
into cu_member_bonus_delay_detail (
|
||||
pk_member, period,
|
||||
<if test="item.firCalType != null">fir_cal_type, </if>
|
||||
<if test="item.firCalType != null">fir_cal_achieve, </if>
|
||||
<if test="item.firCalType != null">fir_cal_value, </if>
|
||||
<if test="item.firCalType != null">fir_pretax_income, </if>
|
||||
<if test="item.firCalAchieve != null">fir_cal_achieve, </if>
|
||||
<if test="item.firCalValue != null">fir_cal_value, </if>
|
||||
<if test="item.firPretaxIncome != null">fir_pretax_income, </if>
|
||||
<if test="item.repCalType != null">rep_cal_type, </if>
|
||||
<if test="item.repCalAchieve != null">rep_cal_achieve, </if>
|
||||
<if test="item.repCalValue != null">rep_cal_value, </if>
|
||||
|
|
Loading…
Reference in New Issue