| | |
| | | <if test="tileName != null and tileName != ''"> and tile_name like concat('%', #{tileName}, '%')</if> |
| | | <if test="axisParameterNoPosition != null "> and axis_parameter_no_position = #{axisParameterNoPosition}</if> |
| | | <if test="neckParameterPosition != null "> and neck_parameter_position = #{neckParameterPosition}</if> |
| | | <if test="axisValue != null and axisValue != ''"> and axis_value = #{axisValue}</if> |
| | | <if test="neckValue != null and neckValue != ''"> and neck_value = #{neckValue}</if> |
| | | <if test="axisValue != null and axisValue != ''"> and axis_value = SUBSTRING(#{axisValue}, axis_parameter_no_position, 1)</if> |
| | | <if test="neckValue != null and neckValue != ''"> and neck_value = SUBSTRING(#{neckValue}, neck_parameter_position, 1)</if> |
| | | <if test="tileColor != null and tileColor != ''"> and tile_color = #{tileColor}</if> |
| | | <if test="createUser != null and createUser != ''"> and create_user = #{createUser}</if> |
| | | <if test="updateUser != null and updateUser != ''"> and update_user = #{updateUser}</if> |