| | |
| | | <!-- 查询套餐成员信息 add by wuxw 2018-07-03 --> |
| | | <select id="getFeeComboMemberInfo" parameterType="Map" resultType="Map"> |
| | | select t.member_id,t.member_id memberId,pfc.fee_type_cd,pfc.fee_type_cd |
| | | feeTypeCd,pfc.computing_formula,pfc.computing_formula |
| | | feeTypeCd,s.secondary_fee_type_cd_name,s.secondary_fee_type_cd_name secondaryFeeTypeCdName,pfc.computing_formula,pfc.computing_formula |
| | | computingFormula,pfc.additional_amount,pfc.additional_amount additionalAmount,pfc.status_cd,pfc.status_cd |
| | | statusCd,pfc.square_price,pfc.square_price squarePrice,pfc.is_default,pfc.is_default |
| | | isDefault,pfc.config_id,pfc.config_id |
| | |
| | | td1.name feeTypeCdName,td2.name feeFlagName,pfc.bill_type billType,pfc.bill_type,td3.name billTypeName, |
| | | pfc.payment_cd,pfc.payment_cycle,pfc.payment_cd paymentCd,pfc.payment_cycle paymentCycle, |
| | | pfc.computing_formula_text,pfc.computing_formula_text computingFormulaText |
| | | from fee_combo_member t, pay_fee_config pfc,t_dict td1,t_dict td2,t_dict td3 |
| | | from fee_combo_member t, pay_fee_config pfc,t_dict td1,t_dict td2,t_dict td3, secondary_fee_type_cd_tb s |
| | | where 1 =1 |
| | | and pfc.secondary_fee_type_cd = s.secondary_fee_type_cd |
| | | and t.config_id = pfc.config_id |
| | | and pfc.fee_type_cd = td1.status_cd |
| | | and td1.table_name = 'pay_fee_config' |