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
gongbiao
hace 7 años
committed by
Stormeye Wu
padre
27e1d097f8
commit
6237ca83ed
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml
+1
-1
mallinkService/src/main/resources/mapper/WxBillRentMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml
Ver fichero
@@ -99,7 +99,7 @@
<if test=" null != rentShopType ">and br.`rent_shop_type` = #{rentShopType}</if>
</where>
order by id
desc
order by id
</select>
<select id="queryPayInfo" resultType="hashmap" parameterType="hashmap">
+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillRentMapper.xml
Ver fichero
@@ -100,7 +100,7 @@
<if test=" null != starttime and null!=endtime ">and br.`receive_date` between #{starttime} and #{endtime}</if>
<if test=" null != rentShopType ">and br.`rent_shop_type` = #{rentShopType}</if>
</where>
order by id
desc
order by id
</select>
<select id="queryPayInfo" resultType="hashmap" parameterType="hashmap">
Escribir
Vista previa
Cargando…
Cancelar
Guardar