This commit is contained in:
qitz
2023-10-03 13:41:34 +08:00
5 changed files with 41 additions and 12 deletions
@@ -60,7 +60,10 @@
name_agent = #{nameAgent},
identity_num_agent = #{identityNumAgent},
contact_telphone_agent = #{contactTelphoneAgent},
contact_address_agent = #{contactAddressAgent}
contact_address_agent = #{contactAddressAgent},
send_email = #{sendEmail},
track_num = #{trackNum}
where id = #{id}
</update>
@@ -55,7 +55,7 @@
c.hear_date ,c.arbitrat_claims ,
c.loan_start_date ,c.loan_end_date ,c.claim_princi_owed ,c.claim_interest_owed ,c.claim_liquid_damag ,c.fee_payable ,
c.begin_video_date ,c.online_video_person ,c.contract_number ,c.create_by ,c.create_time ,
c.update_by ,c.update_time
c.update_by ,c.update_time , c.arbitrator_name
from case_application c
<where>
<if test="caseStatus != null">