3
0

2 Коммиты a541bba663 ... 3e7701d8af

Автор SHA1 Сообщение Дата
  wuyongyi 3e7701d8af Merge branch 'hotfix' into test 1 год назад
  wuyongyi 6b96f11bbf feat:处方订单增加查询方法 1 год назад
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/ywt/mg/services/PrescriptionServices.java

+ 1 - 1
src/main/java/com/ywt/mg/services/PrescriptionServices.java

@@ -900,7 +900,7 @@ public class PrescriptionServices {
             String col6 = "支付渠道";
             String[] columns = new String[]{col0, col1, col2, col3, col4, col5, col6};
             request.setPaymentStatus(PaymentStatusEnum.Success.getValue() + "");
-            request.setPaymentChannel(PaymentChannelEnum.WeChat.getValue() + "");
+//            request.setPaymentChannel(PaymentChannelEnum.WeChat.getValue() + "");
             List<PrescriptionInfo> prescriptionInfoList = downloadPrescriptionlistNew(request);
             ExcelDataMap map = new ExcelDataMap(columns);
             Map<String, Integer> statisticalDataMap = new HashMap<>();