Browse Source

[合同][修改][修改预账单生成逻辑]

release_toaliyun_real
luozukai 6 years ago
parent
commit
b8c753c083
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      mallinkService/src/main/resources/mapper/WxMsgValidationcodeModelMapper.xml

+ 2
- 5
mallinkService/src/main/resources/mapper/WxMsgValidationcodeModelMapper.xml View File

@@ -36,11 +36,8 @@
<if test=" null != type "> and `type` = #{type} </if>
<if test=" null != tenantId "> and `tenant_id` = #{tenantId} </if>
<if test=" null != open "> and `open` = #{open} </if>
<if test="1 == msgType">
and id not in(
select id from wx_msg_validationcode_model where content like '&lt;%' and `tenant_id` = #{tenantId}
)
</if>
<if test=" null != msgType "> and `msg_type` = #{msgType} </if>
<if test=" null != roleType "> and `role_type` = #{roleType} </if>

<if test=" null != ids ">
and id in


Loading…
Cancel
Save