refactor(sales): 注释掉发送订单到 U8C 的代码
在 SoSaleOutPluginInitializerToC 类中,注释掉了两处发送订单到 U8C 的代码。 这可能是为了暂时禁用与 U8C 系统的交互,或者是为了调试其他功能。
This commit is contained in:
parent
71c45900f2
commit
6452cba461
|
@ -2378,7 +2378,7 @@ public class SoSaleOutPluginInitializerToC extends PluginBaseEntity {
|
|||
|
||||
Map<String, List<SaleorderRequestDto>> stringStringMap = new HashMap<>();
|
||||
stringStringMap.put("saleorder", saleorderRequestDtoList);
|
||||
SoSaleResultRootDto soSaleResultRootDto = sendU8CTOCOrder(JSON.toJSONString(stringStringMap));
|
||||
// SoSaleResultRootDto soSaleResultRootDto = sendU8CTOCOrder(JSON.toJSONString(stringStringMap));
|
||||
|
||||
String vreceiptcode = null;
|
||||
String pk_corp = null;
|
||||
|
@ -2646,7 +2646,7 @@ public class SoSaleOutPluginInitializerToC extends PluginBaseEntity {
|
|||
|
||||
Map<String, List<SaleorderRequestDto>> stringStringMap = new HashMap<>();
|
||||
stringStringMap.put("saleorder", saleorderRequestDtoList);
|
||||
SoSaleResultRootDto soSaleResultRootDto = sendU8CTOCOrder(JSON.toJSONString(stringStringMap));
|
||||
// SoSaleResultRootDto soSaleResultRootDto = sendU8CTOCOrder(JSON.toJSONString(stringStringMap));
|
||||
|
||||
String vreceiptcode = null;
|
||||
String pk_corp = null;
|
||||
|
|
Loading…
Reference in New Issue