Просмотр исходного кода

[合同][修改][下载]

release_toaliyun_real
gongbiao 7 лет назад
Родитель
Сommit
a1cff7ac80
2 измененных файлов: 4 добавлений и 3 удалений
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java
  2. +2
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 2
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java Просмотреть файл

@@ -959,7 +959,7 @@ public class WxRentContractServiceImpl implements WxRentContractService {

}
//无数据租期
for (int i = paycount; i < index; i++) {
for (int i = paycount; i <= index; i++) {
result.put("rentalStartDate" + i, "/");
result.put("rentalStartDateYear" + i, "/");
result.put("rentalStartDateMonth" + i, "/");
@@ -1036,7 +1036,7 @@ public class WxRentContractServiceImpl implements WxRentContractService {

}
//无数据租期
for (int i = paycount; i < index; i++) {
for (int i = paycount; i <= index; i++) {
result.put("rentalStartDate" + i, "/");
result.put("rentalStartDateYear" + i, "/");
result.put("rentalStartDateMonth" + i, "/");


+ 2
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml Просмотреть файл

@@ -414,7 +414,8 @@
select o.* from (
select o.id,o.order_number,o.tenant_id,o.c_user_id,o.product_id,o.type,o.payment_type,o.payment,o.payment_time,
o.order_status,o.create_date,o.update_date,o.detail,'多商户' merchant_name,cubi.`name` c_user_name,cubi.phone from
o.order_status,o.create_date,o.update_date,o.detail,'[多商户交易]' merchant_name,cubi.`name` c_user_name,cubi.phone
from
(
select o.* from wx_order o where o.type in (0,3) and o.id in(
select o.id from wx_order o left join wx_coupon_merchant cm


Загрузка…
Отмена
Сохранить