|
List<Object> positionIdList = BoostTermTypeMapper.convertList(column, termValue.getOld());
|
|
List<Object> positionIdList = BoostTermTypeMapper.convertList(column, termValue.getOld());
|
|
- termValue.setValue(appendCondition(positionIdList, wherePrefix, appender, "tmp_.position_id"));
|
|
+ termValue.setValue(appendCondition(positionIdList, wherePrefix, appender, "_tmp.position_id"));
|