yangys
2024-03-06 158fdad6fa49aedb36e479f6ca70294d34d554e1
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 &gt;= #{dto.productionDateBegin}
            and a.production_date &gt;= #{dto.productionDateBegin}
         </if>
         <if test="dto.productionDateEnd != null">
            and a.a.production_date &lt;= #{dto.productionDateEnd}
            and a.production_date &lt;= #{dto.productionDateEnd}
         </if>