设备点位 查询 设备代码不能模糊查询

tags/yfai-mes-ext-v1.4
王杰 9 months ago
parent 5a5bce2767
commit 637bac157b

@ -45,7 +45,7 @@ public class MesEquipmentVariableService extends BaseMesService<MesEquipmentVari
private ISyncFuncService syncFuncService;
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);
}

Loading…
Cancel
Save