k94314517
2025-03-28 85e7024b418cd8f15c7f7f50b5b4a47183abf863
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/PlatformJob.java
@@ -292,6 +292,10 @@
    @TableField(exist = false)
    private Integer countum ;
    @ApiModelProperty(value = "入园原因主键")
    @TableField(exist = false)
    private Integer reasonId ;
    @ApiModelProperty(value = "WMS任务时间")
    @TableField(exist = false)
@@ -425,6 +429,7 @@
    private Integer worktimeOutAlarmTime;
    public void dealTime(){
        if(Constants.equalsInteger(this.getStatus(),Constants.PlatformJobStatus.WAIT_CONFIRM.getKey())
                || Constants.equalsInteger(this.getStatus(),Constants.PlatformJobStatus.WART_SIGN_IN.getKey()) ){