|
|
@ -223,16 +223,6 @@ public class UdiWmsController {
|
|
|
|
return ResultVOUtils.error(500, "未设置系统版本");
|
|
|
|
return ResultVOUtils.error(500, "未设置系统版本");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 测试连通性
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @return
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@PostMapping("/udiwms/erp/testConnection")
|
|
|
|
|
|
|
|
public BaseResponse testConnection() {
|
|
|
|
|
|
|
|
return ResultVOUtils.success("连接成功");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@PostMapping("/udiwms/erp/testThirdSys")
|
|
|
|
@PostMapping("/udiwms/erp/testThirdSys")
|
|
|
|
public BaseResponse testThirdSys() {
|
|
|
|
public BaseResponse testThirdSys() {
|
|
|
|
if (curFlag.equals("TEST")) {
|
|
|
|
if (curFlag.equals("TEST")) {
|
|
|
|