2 Commits a541bba663 ... 3e7701d8af

Autor SHA1 Mensaje Fecha
  wuyongyi 3e7701d8af Merge branch 'hotfix' into test hace 1 año
  wuyongyi 6b96f11bbf feat:处方订单增加查询方法 hace 1 año
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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<>();