xhxu 5 лет назад
Родитель
Сommit
b031a783a7
1 измененных файлов: 4 добавлений и 1 удалений
  1. +4
    -1
      mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml

+ 4
- 1
mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml Просмотреть файл

@@ -89,7 +89,10 @@
<if test=" null != parentTenantId and '' != parentTenantId"> <if test=" null != parentTenantId and '' != parentTenantId">
and aj.`parent_tenant_id` = #{parentTenantId} and aj.`parent_tenant_id` = #{parentTenantId}
</if> </if>
<!-- <if test=" null != statusStr and ''!=statusStr">-->
<if test=" null != statusStr and '' != statusStr">
and a.`status` in (${statusStr})
</if>
<!-- <if test=" null != statusStr and ''!=statusStr">-->
<!-- and aj.`status` in (${statusStr}) and a.`status`=2--> <!-- and aj.`status` in (${statusStr}) and a.`status`=2-->
<!-- </if>--> <!-- </if>-->
<!-- <if test=" null != status">--> <!-- <if test=" null != status">-->


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