Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/Arbitrate-Backend into qtz
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user