|
@@ -146,7 +146,7 @@
|
|
|
left join t_dict td1 on pfc.fee_type_cd = td1.status_cd and td1.table_name = 'pay_fee_config' and
|
|
left join t_dict td1 on pfc.fee_type_cd = td1.status_cd and td1.table_name = 'pay_fee_config' and
|
|
|
td1.table_columns = 'fee_type_cd'
|
|
td1.table_columns = 'fee_type_cd'
|
|
|
left join t_dict td2 on t.state = td2.status_cd and td2.table_name = 'pay_fee' and td2.table_columns = 'state'
|
|
left join t_dict td2 on t.state = td2.status_cd and td2.table_name = 'pay_fee' and td2.table_columns = 'state'
|
|
|
- left join t_dict td3 on pfc.fee_flag = td3.status_cd and td3.table_name = 'pay_fee' and td3.table_columns =
|
|
|
|
|
|
|
+ left join t_dict td3 on t.fee_flag = td3.status_cd and td3.table_name = 'pay_fee' and td3.table_columns =
|
|
|
'fee_flag'
|
|
'fee_flag'
|
|
|
left join t_dict td4 on pfc.bill_type = td4.status_cd and td4.table_name = 'pay_fee_config' and
|
|
left join t_dict td4 on pfc.bill_type = td4.status_cd and td4.table_name = 'pay_fee_config' and
|
|
|
td4.table_columns = 'bill_type'
|
|
td4.table_columns = 'bill_type'
|