$storeDepositSql='update han_store_extend t set t.total_deposit = (SELECT max(a.deposit) from han_qm_store_class a where a.store_id = t.store_id and a.class_style =2 and a.is_charged =1), t.total_deposit_sign = MD5(CONCAT(t.gmt_create,(SELECT max(a.deposit) from han_qm_store_class a where a.store_id = t.store_id and a.class_style =2 and a.is_charged =1),\''.$addKey.'\'))';