*
lsh
2025-04-03 0134bfa28a0583c0f2b28e52a6c0aeee7098ecf9
src/main/java/com/zy/asrs/entity/TaskWrkLog.java
@@ -32,7 +32,7 @@
import java.io.Serializable;
@Data
@TableName("wcs_task_wrk_log")
@TableName("\"SOURCE\".\"wcs_task_wrk_log\"")
public class TaskWrkLog implements Serializable {
    private static final long serialVersionUID = 1L;
@@ -211,6 +211,9 @@
        this.wrkNo = taskWrk.getWrkNo();
        this.createTime = taskWrk.getCreateTime();
        this.ioType = taskWrk.getIoType();
        if (Cools.isEmpty(taskWrk.getIoPri())){
            taskWrk.setIoPri(1);
        }
        this.ioPri = (double)taskWrk.getIoPri();
        this.startPoint = taskWrk.getStartPoint();
        this.targetPoint = taskWrk.getTargetPoint();
@@ -224,7 +227,6 @@
        this.cancelTime = taskWrk.getCancelTime();
        this.wrkSts = taskWrk.getWrkSts();
        this.crnNo = taskWrk.getCrnNo();
        this.commandStep = taskWrk.getCommandStep();
    }
//    TaskWrkLog taskWrkLog = new TaskWrkLog(
//            null,    // wms任务号