Browse Source

测试环境启动梦天的测试回退

single_db
pref_mail@163.com 10 months ago
parent
commit
49e933a685
  1. 8
      blade-service/logpm-factory/src/main/java/com/logpm/factory/mt/feign/MtOrderMainClinet.java

8
blade-service/logpm-factory/src/main/java/com/logpm/factory/mt/feign/MtOrderMainClinet.java

@ -27,15 +27,15 @@ public class MtOrderMainClinet implements IMtOrderMainClinet {
@Override @Override
@GetMapping(TOP) @GetMapping(TOP)
public R sendOrderPackageScan(String orderPackageCode, String operationTime, String distributionContactId, String distributionContactCode, String destinationWarehouse) throws NoSuchAlgorithmException, JsonProcessingException { public R sendOrderPackageScan(String orderPackageCode, String operationTime, String distributionContactId, String distributionContactCode, String destinationWarehouse) throws NoSuchAlgorithmException, JsonProcessingException {
// return mtFactoryDataService.qianshouScanForNewSystem(orderPackageCode,operationTime,distributionContactId,destinationWarehouse); return mtFactoryDataService.qianshouScanForNewSystem(orderPackageCode,operationTime,distributionContactId,destinationWarehouse);
return null; // return null;
} }
@Override @Override
@PostMapping(SENDRECEIVEINFOBYNEWSYSTEM) @PostMapping(SENDRECEIVEINFOBYNEWSYSTEM)
public R sendReceiveInfoByNewSystem(MtReceiveDTO mtReceiveDTO) throws NoSuchAlgorithmException, JsonProcessingException { public R sendReceiveInfoByNewSystem(MtReceiveDTO mtReceiveDTO) throws NoSuchAlgorithmException, JsonProcessingException {
// return mtFactoryDataService.sendReceiveInfoByNewSystem(mtReceiveDTO); return mtFactoryDataService.sendReceiveInfoByNewSystem(mtReceiveDTO);
return null; // return null;
} }
} }

Loading…
Cancel
Save