فهرست منبع

对比按照日期查询处理

wangmiaomiao 9 ماه پیش
والد
کامیت
7146586642
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      slibra-system/src/main/resources/mapper/business/TXinyiForecastComparisonMapper.xml

+ 1 - 0
slibra-system/src/main/resources/mapper/business/TXinyiForecastComparisonMapper.xml

@@ -64,6 +64,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="revision != null "> and revision = #{revision}</if>
             <if test="timeBegin != null  and timeBegin != ''"> and remark &gt;= #{timeBegin}</if>
             <if test="timeEnd != null  and timeEnd != ''"> and remark &lt;= #{timeEnd}</if>
+            <if test="remark != null  and remark != ''"> and remark = #{remark}</if>
         </where>
         and del_flag = 0 order by id desc
     </select>