Просмотр исходного кода

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

release_toaliyun_real
luozukai 6 лет назад
Родитель
Сommit
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 != 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


Загрузка…
Отмена
Сохранить