Bail.php 177 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php namespace YHMPassport\SqlMap\Bail; class Bail { const SELECT_COUNT_PAY_AMOUNT_BY_UID = 'select sum(amount) as amount from bail_log where uid=:uid and type=1 '; }