|
|
|
@ -116,7 +116,7 @@ public class MesEquipVariableCollectContext implements Serializable {
|
|
|
|
|
if (!StringUtils.isEmpty(equipVariableStatus)) this.equipVariableStatus = (Integer) equipVariableStatus;
|
|
|
|
|
if (!StringUtils.isEmpty(quality)) this.quality = (Integer) quality;
|
|
|
|
|
if (!StringUtils.isEmpty(modifyDatetime)) this.writeDatetime = (String) modifyDatetime;
|
|
|
|
|
if (!StringUtils.isEmpty(id)) this.equipmentLogId = (Long) id;
|
|
|
|
|
if (!StringUtils.isEmpty(id)) this.equipmentLogId = Long.valueOf(id.toString());
|
|
|
|
|
this.messageSource = MesExtEnumUtil.CELL_MESSAGE_SOURCE.READ.getValue();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|