소스 검색

优化制单收款问题

cgp 1 일 전
부모
커밋
ed6103086c
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      fs-company/src/main/java/com/fs/company/controller/qw/FsCompanyCustomerController.java

+ 3 - 3
fs-company/src/main/java/com/fs/company/controller/qw/FsCompanyCustomerController.java

@@ -487,10 +487,10 @@ public class FsCompanyCustomerController extends BaseController {
      * */
     @GetMapping("/getQRCode/{orderId}")
     public R getQRCode(@PathVariable("orderId") Long orderId){
-        //throw new CustomException("功能维护中,请使用物流代收");
+        throw new CustomException("收款功能维护中,请使用物流代收!!!");
         //获取appId
-        String appId = getAppId();
-        return informationCollectionService.getCustomerGenerateQRCode(orderId,appId);
+//        String appId = getAppId();
+//        return informationCollectionService.getCustomerGenerateQRCode(orderId,appId);
     }
 
     @GetMapping(value = "/getAddress")