|
|
@ -45,7 +45,7 @@ public class MesEquipmentVariableService extends BaseMesService<MesEquipmentVari
|
|
|
|
private ISyncFuncService syncFuncService;
|
|
|
|
private ISyncFuncService syncFuncService;
|
|
|
|
|
|
|
|
|
|
|
|
protected void setPackQueryBean(MesEquipmentVariable bean, DdlPackBean packBean) {
|
|
|
|
protected void setPackQueryBean(MesEquipmentVariable bean, DdlPackBean packBean) {
|
|
|
|
DdlPreparedPack.getStringLikerPack(bean.getEquipmentCode(), "equipmentCode", packBean);
|
|
|
|
DdlPreparedPack.getStringEqualPack(bean.getEquipmentCode(), "equipmentCode", packBean);
|
|
|
|
DdlPreparedPack.getStringLikerPack(bean.getCode(), "code", packBean);
|
|
|
|
DdlPreparedPack.getStringLikerPack(bean.getCode(), "code", packBean);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|