| | |
| | | insert into pay_fee_detail_month( |
| | | detail_month,detail_year,detail_id,receivable_amount,discount_amount,remark,received_amount,community_id,fee_id,month_id, |
| | | obj_name,obj_id,owner_name,owner_id,link,state,pay_fee_time,cur_month_time, |
| | | fee_name,config_id |
| | | fee_name,config_id,deadline_time |
| | | ) values |
| | | <foreach collection="payFeeDetailMonthPos" item="item" index="index" separator=","> |
| | | ( |
| | | #{item.detailMonth},#{item.detailYear},#{item.detailId},#{item.receivableAmount},#{item.discountAmount}, |
| | | #{item.remark},#{item.receivedAmount},#{item.communityId},#{item.feeId},#{item.monthId}, |
| | | #{item.objName},#{item.objId},#{item.ownerName},#{item.ownerId},#{item.link},#{item.state},#{item.payFeeTime},#{item.curMonthTime}, |
| | | #{item.feeName},#{item.configId} |
| | | #{item.feeName},#{item.configId},#{item.deadlineTime} |
| | | ) |
| | | </foreach> |
| | | </insert> |
| | |
| | | receivedAmount,t.community_id,t.community_id communityId,t.fee_id,t.fee_id feeId,t.month_id,t.month_id monthId, |
| | | t.obj_name objName,t.obj_id objId,t.owner_name ownerName,t.owner_id ownerId,t.link,t.state,t.pay_fee_time |
| | | payFeeTime, |
| | | t.cur_month_time curMonthTime |
| | | t.cur_month_time curMonthTime,t.deadline_time deadlineTime |
| | | from pay_fee_detail_month t |
| | | where 1 =1 |
| | | <if test="detailMonth !=null and detailMonth != ''"> |