@Override

public ErpPageResponseParams getSimpleFields(ErpPageRequestParams request) {

StringBuffer orderBf =new StringBuffer();

SqlUtils.getOrderAndLimitSQLBf(orderBf, request.getErpPage(), "zf");

String fieldNameLike=" where field_type is not null and is_template=1 ";

if(MyStringUtils.isNotNull(request.getEphemeralParam())) {

fieldNameLike += " and ( field_name like \"%"+request.getEphemeralParam()+"%\""