Commit 88d781e8 authored by 喻训浩's avatar 喻训浩

fix:启动修改

parent cbfcc27f
...@@ -11,7 +11,7 @@ import java.math.BigDecimal; ...@@ -11,7 +11,7 @@ import java.math.BigDecimal;
import java.util.Date; import java.util.Date;
@Data @Data
@Search(code = "LASER") @Search(code = "3D_LASER_CUTTING")
@ApiModel("激光切割机") @ApiModel("激光切割机")
public class LaserCuttingMachine extends EquipmentData { public class LaserCuttingMachine extends EquipmentData {
......
...@@ -17,7 +17,7 @@ import org.springframework.stereotype.Component; ...@@ -17,7 +17,7 @@ import org.springframework.stereotype.Component;
@DisallowConcurrentExecution @DisallowConcurrentExecution
public class LaserCuttingMachineJob extends GatherJob { public class LaserCuttingMachineJob extends GatherJob {
private static final String NAME = "LASER"; private static final String NAME = "3D_LASER_CUTTING";
@Override @Override
protected void executeInternal(JobExecutionContext context) throws JobExecutionException { protected void executeInternal(JobExecutionContext context) throws JobExecutionException {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment