Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

292 řádky
15 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  3. <mapper namespace="com.iformall.mapper.WxBillRentManageMapper">
  4. <resultMap id="BaseResultMap" type="com.iformall.domain.po.WxBillRentManage">
  5. <id column="id" jdbcType="BIGINT" property="id"/>
  6. <result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/>
  7. <result column="parent_tenant_id" jdbcType="VARCHAR" property="parentTenantId" />
  8. <result column="rent_contract_id" jdbcType="BIGINT" property="rentContractId"/>
  9. <result column="receive_pay" jdbcType="VARCHAR" property="receivePay"/>
  10. <result column="pay" jdbcType="VARCHAR" property="pay"/>
  11. <result column="receive_date" jdbcType="TIMESTAMP" property="receiveDate"/>
  12. <result column="pay_date" jdbcType="TIMESTAMP" property="payDate"/>
  13. <result column="createtime" jdbcType="TIMESTAMP" property="createtime"/>
  14. <result column="expired_day" jdbcType="INTEGER" property="expiredDay"/>
  15. <result column="status" jdbcType="INTEGER" property="status"/>
  16. <result column="apply_status" jdbcType="INTEGER" property="applyStatus"/>
  17. <result column="apply_pay_img" jdbcType="INTEGER" property="applyPayImg"/>
  18. <result column="apply_update_time" jdbcType="INTEGER" property="applyUpdateTime"/>
  19. <result column="is_del" jdbcType="INTEGER" property="isDel"/>
  20. <result column="need_pay" jdbcType="VARCHAR" property="needPay"/>
  21. <result column="merchant_id" jdbcType="BIGINT" property="merchantId"/>
  22. <result column="user_id" jdbcType="BIGINT" property="userId"/>
  23. <result column="shop_id" jdbcType="BIGINT" property="shopId"/>
  24. <result column="updatetime" jdbcType="TIMESTAMP" property="updatetime"/>
  25. <result column="rent_shop_type" jdbcType="INTEGER" property="rentShopType"/>
  26. <result column="late_pay_ratio" jdbcType="INTEGER" property="latePayRatio"/>
  27. <result column="late_pay_time" jdbcType="TIMESTAMP" property="latePayTime"/>
  28. <result column="late_pay_price" jdbcType="VARCHAR" property="latePayPrice"/>
  29. <result column="period" jdbcType="INTEGER" property="period"/>
  30. <result column="shop_info" jdbcType="VARCHAR" property="shopInfo"/>
  31. <result column="pay_way" jdbcType="INTEGER" property="payWay"/>
  32. <result column="late_pay_status" jdbcType="INTEGER" property="latePayStatus"/>
  33. <result column="starttime" property="starttime"/>
  34. <result column="endtime" property="endtime"/>
  35. <result column="freeze" property="freeze"/>
  36. <result column="service_charge_pay" property="serviceChargePay"/>
  37. <result column="manage_fee_type" jdbcType="INTEGER" property="manageFeeType"/>
  38. <result column="last_owe_call_time" jdbcType="TIMESTAMP" property="lastOweCallTime"/>
  39. <result column="last_owe_call_user" jdbcType="VARCHAR" property="lastOweCallUser"/>
  40. <result column="merchant_name" jdbcType="VARCHAR" property="merchantName"/>
  41. </resultMap>
  42. <sql id="allColumns">
  43. `id`,`tenant_id`,`parent_tenant_id`,`rent_contract_id`,`receive_pay`,`pay`,`receive_date`,`pay_date`,`last_owe_call_user`,
  44. `createtime`,`expired_day`,`status`,`apply_status`,`apply_pay_img`,`apply_update_time`,`is_del`,`need_pay`,`last_owe_call_time`,
  45. `merchant_id`,`user_id`,`shop_id`,`updatetime`,`rent_shop_type`,`late_pay_ratio`,`late_pay_time`,`late_pay_price`,
  46. `period`,`shop_info`,`pay_way`,`late_pay_status`,starttime,endtime,freeze,service_charge_pay,manage_fee_type
  47. </sql>
  48. <sql id="dynamicWhereConditions">
  49. where 1=1
  50. <if test=" null != id ">and `id` = #{id}</if>
  51. <if test=" null != tenantId and '' != tenantId">
  52. and `tenant_id` = #{tenantId}
  53. </if>
  54. <if test=" null != parentTenantId and '' != parentTenantId">
  55. and `parent_tenant_id` = #{parentTenantId}
  56. </if>
  57. <if test=" null != rentContractId ">and `rent_contract_id` = #{rentContractId}</if>
  58. <if test=" null != receivePay ">and `receive_pay` = #{receivePay}</if>
  59. <if test=" null != pay ">and `pay` = #{pay}</if>
  60. <if test=" null != receiveDate ">and `receive_date` = #{receiveDate}</if>
  61. <if test=" null != payDate ">and `pay_date` = #{payDate}</if>
  62. <if test=" null != createtime ">and `createtime` = #{createtime}</if>
  63. <if test=" null != expiredDay ">and `expired_day` = #{expiredDay}</if>
  64. <if test=" null != status ">and `status` = #{status}</if>
  65. <if test=" null != applyStatus ">and `apply_status` = #{applyStatus}</if>
  66. <if test=" null != isDel ">and `is_del` = #{isDel}</if>
  67. <if test=" null != needPay ">and `need_pay` = #{needPay}</if>
  68. <if test=" null != merchantId ">and `merchant_id` = #{merchantId}</if>
  69. <if test=" null != userId ">and `user_id` = #{userId}</if>
  70. <if test=" null != shopId ">and `shop_id` = #{shopId}</if>
  71. <if test=" null != updatetime ">and `updatetime` = #{updatetime}</if>
  72. <if test=" null != rentShopType ">and `rent_shop_type` = #{rentShopType}</if>
  73. <if test=" null != payWay ">and `pay_way` = #{payWay}</if>
  74. <if test=" null != latePayStatus ">and `late_pay_status` = #{latePayStatus}</if>
  75. <if test=" null != manageFeeType ">and `manage_fee_type` = #{manageFeeType}</if>
  76. <if test=" 1 == notifyed ">and (`last_owe_call_time` is not null and `receive_pay` - `pay` &gt; 0 and status not in (3,6) )</if>
  77. <if test=" null != merchantIds ">
  78. and merchant_id in
  79. <foreach collection="merchantIds" index="index" item="midItem" open="(" separator="," close=")">
  80. #{midItem}
  81. </foreach>
  82. </if>
  83. <if test=" null != ids ">
  84. and id in
  85. <foreach collection="ids" index="index" item="idItem" open="(" separator="," close=")">
  86. #{idItem}
  87. </foreach>
  88. </if>
  89. <if test=" null != sortColumns">order by ${sortColumns}</if>
  90. </sql>
  91. <select id="findList" parameterType="com.iformall.domain.po.WxBillRent" resultMap="BaseResultMap">
  92. select
  93. <include refid="allColumns"/>
  94. from wx_bill_rent_manage
  95. <include refid="dynamicWhereConditions"/>
  96. </select>
  97. <select id="selectById" parameterType="HashMap" resultMap="BaseResultMap">
  98. select
  99. <include refid="allColumns"/>
  100. from wx_bill_rent_manage
  101. where id = #{id} and `tenant_id` = #{tenantId}
  102. </select>
  103. <sql id="queryBillManageListConditions">
  104. <where>
  105. 1 = 1
  106. <if test=" null != id ">and br.`id` = #{id}</if>
  107. <if test=" null != tenantId and '' != tenantId"> and br.`tenant_id` = #{tenantId}</if>
  108. <if test=" null != parentTenantId and '' != parentTenantId">and br.`parent_tenant_id` = #{parentTenantId}</if>
  109. <if test=" null != freeze ">and br.`freeze` = #{freeze}</if>
  110. <if test=" null != rentShopType ">and br.`rent_shop_type` = #{rentShopType}</if>
  111. <if test=" null != status ">and br.`status` = #{status}</if>
  112. <if test=" null != applyStatus ">and br.`apply_status` = #{applyStatus}</if>
  113. <if test=" null != id ">and br.`id` = #{id}</if>
  114. <if test=" null != merchantId ">and br.`merchant_id` = #{merchantId}</if>
  115. <if test=" null != isDel ">and br.`is_del` = #{isDel}</if>
  116. <if test=" null != rentContractId ">and br.`rent_contract_id` = #{rentContractId}</if>
  117. <if test=" null != payWay ">and br.`pay_way` = #{payWay}</if>
  118. <if test=" null != latePayStatus ">and br.`late_pay_status` = #{latePayStatus}</if>
  119. <if test=" null != starttime">and br.`starttime` &lt;= #{starttime}</if>
  120. <if test=" null != endtime">and br.`endtime` &gt;= #{endtime}</if>
  121. <if test=" null != month and '' != month">
  122. and date_format(br.starttime,'%Y-%m') &lt;= #{month} and date_format(br.endtime,'%Y-%m') &gt;= #{month}
  123. </if>
  124. <if test=" null == nearBillLastTime and null != oweBillLastTime">
  125. and (br.`starttime` &lt;= #{oweBillLastTime} and br.`receive_pay` - br.`pay` &gt; 0 and br.status not in (3,6))
  126. </if>
  127. <if test=" null != nearBillLastTime and null != oweBillLastTime">
  128. and (br.`starttime` &gt; #{oweBillLastTime} and br.`starttime` &lt;= #{nearBillLastTime} and br.status not in (3,6))
  129. </if>
  130. <if test=" null != manageFeeType ">and br.`manage_fee_type` = #{manageFeeType}</if>
  131. <if test=" null != hasMerchant ">and br.`merchant_id` is not null</if>
  132. <if test=" 1 == notifyed ">and (br.`last_owe_call_time` is not null and br.`receive_pay` - br.`pay` &gt; 0 and br.status not in (3,6) )</if>
  133. <if test=" null != merchantIds ">
  134. and br.merchant_id in
  135. <foreach collection="merchantIds" index="index" item="midItem" open="(" separator="," close=")">
  136. #{midItem}
  137. </foreach>
  138. </if>
  139. </where>
  140. </sql>
  141. <select id="queryBillManageList" parameterType="com.iformall.domain.po.WxBillRentManage" resultMap="BaseResultMap">
  142. select br.`id`,br.`tenant_id`,br.`parent_tenant_id`,br.`receive_pay`,br.`pay`,br.`receive_date`,br.`pay_date`,br.`createtime`,br.`expired_day`,
  143. br.`status`,br.`need_pay`,br.`late_pay_time`,br.`period`,br.`rent_contract_id`,br.`last_owe_call_time`,br.`last_owe_call_user`,
  144. br.`updatetime`,br.`merchant_id`,br.`rent_shop_type`,br.`apply_status`,br.`apply_pay_img`,br.`apply_update_time`,
  145. br.late_pay_price,br.shop_info,br.pay_way,br.late_pay_status,br.starttime,br.endtime,
  146. br.freeze,br.service_charge_pay,br.manage_fee_type,br.`late_pay_ratio`
  147. from wx_bill_rent_manage br
  148. <include refid="queryBillManageListConditions"/>
  149. <if test=" null != sortColumns">order by ${sortColumns}</if>
  150. <if test="null != limitStart and null != limitEnd">
  151. limit #{limitStart},#{limitEnd}
  152. </if>
  153. </select>
  154. <resultMap id="SumBaseResultMap" type="com.iformall.domain.vo.WxBillSum">
  155. <result column="receive_pay" jdbcType="VARCHAR" property="needPay"/>
  156. <result column="paid" jdbcType="VARCHAR" property="paid" />
  157. <result column="min_date" jdbcType="TIMESTAMP" property="minDate" />
  158. <result column="max_date" jdbcType="TIMESTAMP" property="maxDate" />
  159. </resultMap>
  160. <select id="getBillMonthSum" parameterType="com.iformall.domain.po.WxBillRentManage" resultMap="SumBaseResultMap">
  161. select
  162. sum(CAST(br.receive_pay AS DECIMAL(20,2))) receive_pay ,
  163. sum(CAST(br.pay AS DECIMAL(20,2))) paid ,
  164. min(starttime) min_date,
  165. max(endtime) max_date
  166. from wx_bill_rent_manage br
  167. <include refid="queryBillManageListConditions"/>
  168. </select>
  169. <select id="getMerchantIdList" parameterType="com.iformall.domain.po.WxBillRentManage" resultType="Long">
  170. select distinct merchant_id from wx_bill_rent_manage br
  171. <include refid="queryBillManageListConditions"/>
  172. </select>
  173. <select id="queryRentContractIds" parameterType="com.iformall.domain.po.WxBillRentManage" resultType="Long">
  174. select distinct br.`rent_contract_id` from wx_bill_rent_manage br
  175. <include refid="queryBillManageListConditions"/>
  176. </select>
  177. <resultMap id="HotNotifyBaseResultMap" type="com.iformall.domain.vo.WxBillHotNotify">
  178. <result column="total_count" jdbcType="INTEGER" property="totalCount"/>
  179. <result column="total_money" jdbcType="VARCHAR" property="totalMoney" />
  180. <result column="min_begin_time" jdbcType="TIMESTAMP" property="minBeginTime"/>
  181. </resultMap>
  182. <select id="getBillHotNotify" parameterType="com.iformall.domain.po.WxBillRentManage" resultMap="HotNotifyBaseResultMap">
  183. select count(1) total_count , sum(CAST(br.`receive_pay` AS DECIMAL(20,2)) - CAST(br.`pay` AS DECIMAL(20,2))) total_money,MIN(br.starttime) min_begin_time from wx_bill_rent_manage br
  184. <include refid="queryBillManageListConditions"/>
  185. </select>
  186. <resultMap id="NotifyResultMap" type="com.iformall.domain.vo.WxBillNotify">
  187. <result column="bill_type" jdbcType="INTEGER" property="billType"/>
  188. <result column="bill_type_name" jdbcType="VARCHAR" property="billTypeName" />
  189. <result column="bill_id" jdbcType="BIGINT" property="billId" />
  190. <result column="starttime" jdbcType="TIMESTAMP" property="starttime"/>
  191. <result column="endtime" jdbcType="TIMESTAMP" property="endtime"/>
  192. <result column="receive_pay" jdbcType="VARCHAR" property="receivePay"/>
  193. <result column="pay" jdbcType="VARCHAR" property="pay"/>
  194. <result column="merchant_id" jdbcType="BIGINT" property="merchantId" />
  195. </resultMap>
  196. <select id="getBillNotifyList" parameterType="com.iformall.domain.po.WxBillRentManage" resultMap="NotifyResultMap">
  197. select #{billType} bill_type,#{billTypeName} bill_type_name,br.id as bill_id, br.starttime,br.endtime,br.receive_pay,br.pay,br.merchant_id from wx_bill_rent_manage br
  198. <include refid="queryBillManageListConditions"/>
  199. </select>
  200. <select id="queryPayInfoTotal" resultType="hashmap" parameterType="hashmap">
  201. select IFNULL(sum(receive_pay),0) receivepay,IFNULL(sum(pay),0) pay,tenant_id from wx_bill_rent_manage
  202. where status!=6
  203. <if test=" null != tenantId and '' != tenantId">
  204. and `tenant_id` = #{tenantId}
  205. </if>
  206. <if test=" null != parentTenantId and '' != parentTenantId">
  207. and `parent_tenant_id` = #{parentTenantId}
  208. </if>
  209. <if test=" null != startTime ">
  210. and receive_date &gt;= #{startdate}
  211. </if>
  212. <if test=" null != endTime">
  213. and receive_date &lt; #{enddate}
  214. </if>
  215. </select>
  216. <update id="updateNotPaidStatus" parameterType="hashmap">
  217. update wx_bill_rent_manage b set b.status=#{notPaid},b.expired_day=
  218. DATEDIFF(now(), b.receive_date)
  219. where b.status!=#{paid} and b.status!=6 and
  220. DATEDIFF(now(), b.receive_date) >0
  221. <if test=" null != tenantId and '' != tenantId">
  222. and b.`tenant_id` = #{tenantId}
  223. </if>
  224. <if test=" null != parentTenantId and '' != parentTenantId">
  225. and b.`parent_tenant_id` = #{parentTenantId}
  226. </if>
  227. </update>
  228. <update id="updateWaitPayStatus" parameterType="hashmap">
  229. update wx_bill_rent_manage set status=#{waitPay} where id in(
  230. select a.id from (select br.id,rc.receive_period,br.rent_contract_id,br.receive_date from wx_bill_rent_manage br
  231. left join wx_rent_contract rc on br.rent_contract_id=rc.id
  232. where br.status!=#{paid}
  233. <if test=" null != tenantId and '' != tenantId">
  234. and br.`tenant_id` = #{tenantId}
  235. </if>
  236. <if test=" null != parentTenantId and '' != parentTenantId">
  237. and br.`parent_tenant_id` = #{parentTenantId}
  238. </if>
  239. and br.status!=6 and now() &lt; br.receive_date
  240. and DATE_ADD(now(),INTERVAL 1 MONTH)>br.receive_date) a)
  241. </update>
  242. <delete id="deletePreviewBill" parameterType="com.iformall.domain.po.WxBillRentManage">
  243. delete from wx_bill_rent_manage where rent_contract_id = #{rentContractId} and manage_fee_type = #{manageFeeType}
  244. </delete>
  245. <select id="oweBillCount" parameterType="java.lang.Long" resultType="java.lang.Long">
  246. select count(br.id) from wx_bill_rent_manage br,wx_rent_contract c where c.id = br.rent_contract_id
  247. and br.status = 1 and c.id = #{contractId}
  248. </select>
  249. <insert id="insertBills" parameterType="HashMap">
  250. INSERT INTO wx_bill_rent_manage (id,tenant_id,parent_tenant_id,
  251. rent_contract_id, receive_pay, pay, receive_date, pay_date, createtime, expired_day,
  252. status, is_del, need_pay, merchant_id, user_id, shop_id, updatetime, starttime, endtime,
  253. rent_shop_type, late_pay_ratio, late_pay_time, late_pay_price, period, shop_info,
  254. pay_way, late_pay_status, service_charge_pay,manage_fee_type)
  255. VALUES
  256. <foreach collection="list" item="item" index="index" separator=",">
  257. (
  258. #{item.id},#{item.tenantId},#{item.parentTenantId},
  259. #{item.rentContractId},#{item.receivePay},#{item.pay},#{item.receiveDate},#{item.payDate},#{item.createtime},
  260. #{item.expiredDay},#{item.status},#{item.isDel},#{item.needPay},#{item.merchantId},
  261. #{item.userId},#{item.shopId},#{item.updatetime},#{item.starttime},#{item.endtime},#{item.rentShopType},
  262. #{item.latePayRatio},#{item.latePayTime},#{item.latePayPrice},#{item.period},#{item.shopInfo},
  263. #{item.payWay},#{item.latePayStatus},#{item.serviceChargePay},#{item.manageFeeType}
  264. )
  265. </foreach>
  266. </insert>
  267. <delete id = "deleteById" parameterType="HashMap">
  268. delete from wx_bill_rent_manage where id = #{id} and tenant_id = #{tenantId}
  269. </delete>
  270. </mapper>