Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
server
/
formallProject
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
[代码][优化]:修复上次提交的代码问题
release_toaliyun_real
hupeng
hace 7 años
padre
10767c2e3c
commit
9a33d38ecc
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
+ 2
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
Ver fichero
@@ -204,6 +204,7 @@
<sql id="dynamicWhereConditionsForCoupon">
where 1 = 1
<if test=" null != id ">
and `id` = #{id}
@@ -214,7 +215,7 @@
</if>
<if test=" null == type ">
and
`type` < 7
and `type` < 7
</if>
<if test=" null != type ">
Escribir
Vista previa
Cargando…
Cancelar
Guardar