Преглед изворни кода

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

release_toaliyun_real
luozukai пре 6 година
родитељ
комит
b8c753c083
1 измењених фајлова са 2 додато и 5 уклоњено
  1. +2
    -5
      mallinkService/src/main/resources/mapper/WxMsgValidationcodeModelMapper.xml

+ 2
- 5
mallinkService/src/main/resources/mapper/WxMsgValidationcodeModelMapper.xml Прегледај датотеку

@@ -36,11 +36,8 @@
<if test=" null != type "> and `type` = #{type} </if> <if test=" null != type "> and `type` = #{type} </if>
<if test=" null != tenantId "> and `tenant_id` = #{tenantId} </if> <if test=" null != tenantId "> and `tenant_id` = #{tenantId} </if>
<if test=" null != open "> and `open` = #{open} </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 "> <if test=" null != ids ">
and id in and id in


Loading…
Откажи
Сачувај