Explorar el Código

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

release_toaliyun_real
Stormeye Wu hace 7 años
padre
commit
0e1d1e074d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxWeappCodeStatusMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxWeappCodeStatusMapper.xml Ver fichero

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


Cargando…
Cancelar
Guardar