zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/service/impl/MotionServiceImpl.java
@@ -81,7 +81,7 @@ int i = motionList.size(); for (Motion motion : motionList) { motion.setPriority(i); motion.setWrkNo(taskNo); motion.setTaskNo(taskNo); motion.setUuid(uuid); if (!this.save(motion)) { throw new CoolException(JSON.toJSONString(motion) + "动作保存失败");