yangys
2024-03-06 158fdad6fa49aedb36e479f6ca70294d34d554e1
台账查询消除sql错误
已修改1个文件
4 ■■■■ 文件已修改
mdc-parent/mdc-showdb-mysql/src/main/resources/mapper/MachineAccountMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | 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 &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>