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

[修改][结算单][修改业态分析]

release_toaliyun_real
luozukai 6 лет назад
Родитель
Сommit
b9acb65b59
2 измененных файлов: 0 добавлений и 4 удалений
  1. +0
    -2
      mallinkBApi/src/main/java/com/iformall/controller/WxBillController.java
  2. +0
    -2
      mallinkService/src/main/resources/mapper/WxBillAllMapper.xml

+ 0
- 2
mallinkBApi/src/main/java/com/iformall/controller/WxBillController.java Просмотреть файл

@@ -9,7 +9,6 @@ import com.iformall.domain.vo.WxBillAll;
import com.iformall.enums.EnumMerchantStatus;
import com.iformall.service.WxBillAllService;
import com.iformall.service.WxBillSettleService;
import com.iformall.service.WxMerchantBUserService;
import com.iformall.service.WxMerchantService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
@@ -19,7 +18,6 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;

import java.util.List;
import java.util.Map;



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

@@ -367,8 +367,6 @@
) bill
on(bb.bill_id=bill.id) where bb.settle_id = s.id and bb.type=1
)
-
(select IFNULL(sum(settle_money),0) from wx_bill_settle_record where settle_id = s.id)
) receive_pay
,0 pay,0 owe,s.createtime receive_date,'' pay_date,0 expired_day,status,'' starttime,'' endtime,'' rent_shop_type,'' price_detail, 0 freeze
from wx_bill_settle s where s.tenant_id=#{tenantId} and s.status >0


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