Explorar el Código

优化制单收款问题

cgp hace 1 día
padre
commit
ed6103086c

+ 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")