| | |
| | | <result column="is_lock" property="isLock"/> |
| | | <result column="total_price" property="totalPrice"/> |
| | | <result column="assets_type" property="assetsType"/> |
| | | |
| | | <result column="bank_number" property="bankNumber"/> |
| | | |
| | | </resultMap> |
| | | |
| | |
| | | |
| | | <select id="listByAdmin" parameterType="string" resultMap="BaseResultMap"> |
| | | SELECT |
| | | <include refid="Base_Column_List"/> |
| | | * |
| | | FROM site_pay |
| | | <where> |
| | | <if test="channelType != null and channelType != '' "> |
| | |
| | | |
| | | <select id="getPayInfo" resultMap="BaseResultMap"> |
| | | SELECT |
| | | <include refid="Base_Column_List"/> |
| | | * |
| | | FROM site_pay WHERE is_show = 0 |
| | | </select> |
| | | |