| | |
| | | <where> |
| | | 1=1 |
| | | <if test="bo.line != null and bo.line != ''" > |
| | | AND line = #{bo.line} |
| | | AND line like CONCAT ('%', #{bo.line},'%') |
| | | </if> |
| | | <if test="bo.carName != null and bo.carName != ''" > |
| | | AND car_name like CONCAT ('%',#{bo.carName},'%') |
| | |
| | | <where> |
| | | 1=1 |
| | | <if test="bo.line != null and bo.line != ''" > |
| | | AND line = #{bo.line} |
| | | AND line like CONCAT ('%', #{bo.line},'%') |
| | | </if> |
| | | <if test="bo.carName != null and bo.carName != ''" > |
| | | AND car_name like CONCAT ('%',#{bo.carName},'%') |
| | |
| | | <where> |
| | | 1=1 |
| | | <if test="bo.line != null and bo.line != ''" > |
| | | AND line = #{bo.line} |
| | | AND line like CONCAT ('%', #{bo.line},'%') |
| | | </if> |
| | | <if test="bo.carName != null and bo.carName != ''" > |
| | | AND car_name like CONCAT ('%',#{bo.carName},'%') |