Sfoglia il codice sorgente

[微信开发平台][修改]:批量审核查询

release_toaliyun_real
Stormeye Wu 7 anni fa
parent
commit
0e1d1e074d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxWeappCodeStatusMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxWeappCodeStatusMapper.xml Vedi File

@@ -111,7 +111,7 @@
and c.`type` = #{type}
</if>
<if test=" null != userVersion ">
and vc.`user_version` = #{userVersion}
and c.`user_version` = #{userVersion}
</if>
<if test=" null != codeStatus ">
and c.`code_status` = #{codeStatus}


Caricamento…
Annulla
Salva