|
@@ -129,7 +129,7 @@
|
|
|
statusCd,t.square_price,t.square_price squarePrice,t.is_default,t.is_default isDefault,t.config_id,t.config_id
|
|
statusCd,t.square_price,t.square_price squarePrice,t.is_default,t.is_default isDefault,t.config_id,t.config_id
|
|
|
configId,t.fee_flag,t.fee_flag feeFlag,t.fee_name,t.fee_name feeName,t.start_time,t.start_time
|
|
configId,t.fee_flag,t.fee_flag feeFlag,t.fee_name,t.fee_name feeName,t.start_time,t.start_time
|
|
|
startTime,t.end_time,t.end_time endTime,t.community_id,t.community_id communityId,t.b_id,t.b_id bId,
|
|
startTime,t.end_time,t.end_time endTime,t.community_id,t.community_id communityId,t.b_id,t.b_id bId,
|
|
|
- td1.name feeTypeCdName,td2.name feeFlagName,t.bill_type billType,t.bill_type,t.name billTypeName
|
|
|
|
|
|
|
+ td1.name feeTypeCdName,td2.name feeFlagName,t.bill_type billType,t.bill_type,td3.name billTypeName
|
|
|
from pay_fee_config t,t_dict td1,t_dict td2,t_dict td3
|
|
from pay_fee_config t,t_dict td1,t_dict td2,t_dict td3
|
|
|
where 1 =1
|
|
where 1 =1
|
|
|
and t.fee_type_cd = td1.status_cd
|
|
and t.fee_type_cd = td1.status_cd
|