Procházet zdrojové kódy

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

release_toaliyun_real
luozukai před 6 roky
rodič
revize
b8c753c083
1 změnil soubory, kde provedl 2 přidání a 5 odebrání
  1. +2
    -5
      mallinkService/src/main/resources/mapper/WxMsgValidationcodeModelMapper.xml

+ 2
- 5
mallinkService/src/main/resources/mapper/WxMsgValidationcodeModelMapper.xml Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit