| | |
| | | configStartTime,pfc.end_time configEndTime,pfc.payment_cd paymentCd,pfc.payment_cycle paymentCycle,td4.name |
| | | billTypeName,pfa.value importFeeName,ifd.end_time importFeeEndTime,mw.cur_degrees curDegrees,mw.pre_degrees |
| | | preDegrees, |
| | | mw.pre_reading_time preReadingTime,mw.cur_reading_time curReadingTime,pfa1.`value` deadlineTime,mw.price mwPrice, |
| | | mw.pre_reading_time preReadingTime,mw.cur_reading_time curReadingTime,pfa1.`value` deadlineTime,mw.price |
| | | mwPrice, |
| | | pfa2.`value` ownerName,t.batch_id,t.batch_id batchId |
| | | from pay_fee t |
| | | INNER join pay_fee_config pfc on t.config_id = pfc.config_id and |
| | |
| | | </if> |
| | | </select> |
| | | |
| | | |
| | | <!-- 根据批次删除费用 add by wuxw 2018-07-03 --> |
| | | <update id="deleteFeesByBatch" parameterType="Map"> |
| | | update pay_fee t set t.status_cd = '1' |
| | | where 1=1 |
| | | and t.batch_id= #{batchId} |
| | | and t.community_id= #{communityId} |
| | | |
| | | </update> |
| | | </mapper> |