| | |
| | | insert into pay_fee( |
| | | amount,income_obj_id,fee_type_cd,start_time,status_cd,end_time,community_id,b_id,fee_id,user_id,payer_obj_id,fee_flag,state,config_id,payer_obj_type |
| | | ) select |
| | | t.amount,t.income_obj_id,t.fee_type_cd,t.start_time,'0',t.end_time,t.community_id,t.b_id,t.fee_id,t.user_id,t.payer_obj_id,t.payer_obj_type |
| | | ,t.fee_flag,t.state,t.config_id |
| | | t.amount,t.income_obj_id,t.fee_type_cd,t.start_time,'0',t.end_time,t.community_id,t.b_id,t.fee_id,t.user_id,t.payer_obj_id |
| | | ,t.fee_flag,t.state,t.config_id,t.payer_obj_type |
| | | from business_pay_fee t where 1=1 |
| | | <if test="amount !=null and amount != ''"> |
| | | and t.amount= #{amount} |
| | |
| | | userId,t.payer_obj_id,t.payer_obj_id payerObjId,pfc.square_price squarePrice,pfc.additional_amount |
| | | additionalAmount,t.fee_flag,t.fee_flag feeFlag,t.state,t.config_id,t.config_id configId, |
| | | pfc.fee_name feeName,td1.name feeTypeCdName,td2.name stateName,td3.name feeFlagName,pfc.computing_formula computingFormula, |
| | | t.payer_obj_type,t.payer_obj_type payerObjType,pfc.is_default isDefault |
| | | t.payer_obj_type,t.payer_obj_type payerObjType,pfc.is_default isDefault,pfc.start_time configStartTime,pfc.end_time configEndTime |
| | | from pay_fee t,pay_fee_config pfc,t_dict td1,t_dict td2,t_dict td3 |
| | | where 1 =1 |
| | | and t.fee_type_cd = pfc.fee_type_cd |