| | |
| | | .setControllerCode(cacheSite.getMemo())
|
| | | .setTagCode(cacheSite.getSiteNo())
|
| | | .setColor("GREEN")
|
| | | .setIndex(cacheSite.getIndex())
|
| | | .setMode("LIGHT")
|
| | | .setDisplay(String.valueOf(sum));
|
| | | .setDisplay(sum + "");
|
| | | // 发起亮灯请求
|
| | | log.info("任务{}到达拣选位,播种墙亮灯下发",task.getTaskNo(), JSONObject.toJSONString(slapLightControlParam));
|
| | | CommonReponse response = HttpEssUtils.post("到达拣选位,播种墙亮灯", HttpEssUtils.PLT_SEND_COMMAND, slapLightControlParam);
|
| | |
| | | @ApiModelProperty(value= "站点编号")
|
| | | private String siteNo;
|
| | |
|
| | | @ApiModelProperty("Tag编码")
|
| | | @TableField("index")
|
| | | private String index;
|
| | |
|
| | | /**
|
| | | * 站点状态 0: 空站 1: 满站 2: 预约
|
| | | */
|
| | |
| | | mt.task_no,
|
| | | mt.barcode,
|
| | | mt.task_type,
|
| | | mt.target_site,
|
| | | mtt.title,
|
| | | mt.update_time,
|
| | | mtd.wave_no,
|