看板bug修改
This commit is contained in:
parent
002a0cd1c3
commit
0a1c21970b
@ -142,6 +142,7 @@ public class ScheduledTask extends BaseService {
|
||||
.eq(PlcNameSpace.TYPE, 0)
|
||||
.eq(PlcNameSpace.EQ_ID, kilnId)).getName();
|
||||
KilnInfo kilnInfo = kilnInfoServiceBiz.getById(kilnId);
|
||||
nowCurrTask.setTaskCode(nowCurrTask.getSheetNo());
|
||||
nowCurrTask.setKilnCode(kilnInfo.getCode());
|
||||
//设定时间
|
||||
Integer setupTime =1;
|
||||
|
@ -31,6 +31,11 @@ public class NowCurrTaskDetVo extends BaseVo implements PageVo.ConvertVo{
|
||||
*/
|
||||
@ApiModelProperty(value = "currtask任务code",example = "0")
|
||||
private String taskCode;
|
||||
/**
|
||||
* 生产单号
|
||||
*/
|
||||
@ApiModelProperty(value = "生产单号",example = "0")
|
||||
private String sheetNo;
|
||||
|
||||
/**
|
||||
* 炉子id
|
||||
|
Loading…
Reference in New Issue
Block a user