|
|
@ -357,4 +357,16 @@ public class MesSpotCheckOrderService extends BaseMesService<MesSpotCheckOrder>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protected void setPackQueryBean(MesSpotCheckOrder bean, DdlPackBean packBean) {
|
|
|
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(bean.getSpotCheckOrderNo(),"spotCheckOrderNo",packBean);
|
|
|
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(bean.getWorkCenterCode(),"workCenterCode",packBean);
|
|
|
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(bean.getWorkCellCode(),"workCellCode",packBean);
|
|
|
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(bean.getSpotCheckCode(),"spotCheckCode",packBean);
|
|
|
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(bean.getSpotCheckName(),"spotCheckName",packBean);
|
|
|
|
|
|
|
|
DdlPreparedPack.getNumEqualPack(bean.getStatus(),"status",packBean);
|
|
|
|
|
|
|
|
DdlPreparedPack.getNumEqualPack(bean.getSpotCheckOrderResult(),"spotCheckOrderResult",packBean);
|
|
|
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(bean.getEquipName(),"equipName",packBean);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|