|
|
@ -11,6 +11,7 @@ import lombok.SneakyThrows; |
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
import org.nl.common.exception.BadRequestException; |
|
|
|
import org.nl.system.service.notice.ISysNoticeService; |
|
|
|
import org.nl.system.service.param.ISysParamService; |
|
|
|
import org.nl.wms.database.material.service.IMdBaseMaterialService; |
|
|
|
import org.nl.wms.database.material.service.dao.MdBaseMaterial; |
|
|
|
import org.nl.wms.ext.service.AcsToWmsService; |
|
|
@ -201,9 +202,8 @@ public class AcsToWmsServiceImpl implements AcsToWmsService { |
|
|
|
Map<String, String> map=new HashMap<>(); |
|
|
|
map.put("start_point",schBaseTask.getPoint_code1()); |
|
|
|
map.put("next_point",schBaseTask.getPoint_code2()); |
|
|
|
//todo
|
|
|
|
map.put("start_height","0"); |
|
|
|
map.put("next_height","0"); |
|
|
|
map.put("start_height",schBaseTask.getPoint_code1_height()); |
|
|
|
map.put("next_height",schBaseTask.getPoint_code2_height()); |
|
|
|
result.setParameters(map); |
|
|
|
} catch (Exception e) { |
|
|
|
String message = ObjectUtil.isEmpty(e.getMessage()) |
|
|
|