Procházet zdrojové kódy

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

release_toaliyun_real
Stormeye Wu před 7 roky
rodič
revize
0e1d1e074d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxWeappCodeStatusMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxWeappCodeStatusMapper.xml Zobrazit soubor

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


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