<iftest="whereConditionField!= null and whereConditionField!= '' and operator != null and operator != '' and whereConditionValue != null and whereConditionValue != ''">
AND ${whereConditionField} ${operator} ${whereConditionValue}
<iftest="whereConditionField!= null and whereConditionField!= '' and operator != null and operator != '' and whereConditionValue != null and whereConditionValue != ''">
AND child.${whereConditionField} ${operator} ${whereConditionValue}