Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
server
/
formallProject
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
[租赁/物业][修改][查询排序]
release_toaliyun_real
gongbiao
há 7 anos
committed by
Stormeye Wu
ascendente
27e1d097f8
cometimento
6237ca83ed
2 ficheiros alterados
com
2 adições
e
2 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+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 ficheiro
@@ -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 ficheiro
@@ -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">
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar