mdc-parent/mdc-showdb-mysql/src/main/resources/mapper/MachineAccountMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
mdc-parent/mdc-showdb-mysql/src/main/resources/mapper/MachineAccountMapper.xml
@@ -72,10 +72,10 @@ </if> <if test="dto.productionDateBegin != null"> and a.a.production_date >= #{dto.productionDateBegin} and a.production_date >= #{dto.productionDateBegin} </if> <if test="dto.productionDateEnd != null"> and a.a.production_date <= #{dto.productionDateEnd} and a.production_date <= #{dto.productionDateEnd} </if>