md
This commit is contained in:
parent
369cd90e66
commit
f8b40d4718
@ -103,7 +103,7 @@
|
||||
<if test="empName != null and empName != ''">emp_name,</if>
|
||||
<if test="billMonth != null and billMonth != ''">bill_month,</if>
|
||||
<if test="money != null">money,</if>
|
||||
<if test="money != null">month_money,</if>
|
||||
<if test="monthMoney != null">month_money,</if>
|
||||
<if test="realMoney != null">real_money,</if>
|
||||
<if test="payedMoney != null">payed_money,</if>
|
||||
<if test="blConfirmCenter != null and blConfirmCenter != ''">bl_confirm_center,</if>
|
||||
@ -132,7 +132,7 @@
|
||||
<if test="empName != null and empName != ''">#{empName},</if>
|
||||
<if test="billMonth != null and billMonth != ''">#{billMonth},</if>
|
||||
<if test="money != null">#{money},</if>
|
||||
<if test="realMoney != null">#{monthMoney},</if>
|
||||
<if test="monthMoney != null">#{monthMoney},</if>
|
||||
<if test="realMoney != null">#{realMoney},</if>
|
||||
<if test="payedMoney != null">#{payedMoney},</if>
|
||||
<if test="blConfirmCenter != null and blConfirmCenter != ''">#{blConfirmCenter},</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user