|
|
@@ -40,6 +40,7 @@ public class UasEisApplicationTests {
|
|
|
private ERPService erpService;
|
|
|
@Autowired
|
|
|
private VwmsConfig vwmsConfig;
|
|
|
+
|
|
|
@Test
|
|
|
public void testSendProdByEv(){
|
|
|
// 设置测试数据
|
|
|
@@ -88,10 +89,10 @@ public class UasEisApplicationTests {
|
|
|
@Test
|
|
|
public void testSendIO(){
|
|
|
// 设置测试数据
|
|
|
- String master = "LHWX_SZ_P";
|
|
|
- String id = "50790687";
|
|
|
+ String master = "HUAXK_SH_P";
|
|
|
+ String id = "50756299";
|
|
|
String emCode = "E0263";
|
|
|
- String caller = "ProdInOut!Sale";
|
|
|
+ String caller = "ProdInOut!OtherOut";
|
|
|
Map<String, Object> result = erpService.sendIO(master, id, emCode,caller);
|
|
|
System.out.println("result:"+result.toString());
|
|
|
}
|