update xfsg_franchise_fee
set first_year_fee = "6000",
first_year_manage_fee = "7200"
update xfsg_franchise_fee
year_franchise_fee = #{item.yearFranchiseFee},
first_year_manage_fee = #{item.firstYearManageFee},
first_year_fee= #{item.firstYearFee},
loan_margin = #{item.loanMargin},
performance_bond = #{item.performanceBond},
discount_reason = #{item.discountReason},
where shop_id = #{item.shopId}
update xfsg_franchise_fee
set xgj_collection_status = #{collectionStatus}
where shop_id in
#{shopId}
update xfsg_franchise_fee
set xgj_collection_status = #{item.xgjCollectionStatus},
xgj_fees_paid = #{item.xgjFeesPaid}
where shop_id = #{item.shopId}
update xfsg_franchise_fee
set pay_type = #{payType}
where shop_id = #{shopId}