mdc-parent/mdc-showdb-mysql/src/main/resources/mapper/MachineAccountMapper.xml
@@ -71,6 +71,14 @@ and a.specification like #{specification} </if> <if test="dto.productionDateBegin != null"> and a.a.production_date >= #{dto.productionDateBegin} </if> <if test="dto.productionDateEnd != null"> and a.a.production_date <= #{dto.productionDateEnd} </if> <if test="dto.manufacturer != null and dto.manufacturer != ''"> <bind name="manufacturer" value="'%' + dto.manufacturer + '%'" /> and a.manufacturer like #{manufacturer}