update loan_mgnt_base_info set use_amt_total = use_amt_total + #{ordPchReqAmt} where loan_mgnt_unq_no = #{loanMgntUnqNo} and store_id = #{storeId} update loan_mgnt_base_info set use_amt_total = use_amt_total - #{ordPchReqAmt} where loan_mgnt_unq_no = #{loanMgntUnqNo} and store_id = #{storeId}