HUJIANGUO 3 年之前
父节点
当前提交
0654ad5ebd
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      src/main/resources/com/steerinfo/dil/mapper/StatisticalReportMapper.xml

+ 10 - 0
src/main/resources/com/steerinfo/dil/mapper/StatisticalReportMapper.xml

@@ -228,6 +228,16 @@
                     "orderNumber" like '%${item}%'
                 </foreach>
             </if>
+            <if test="enGatepostName != null">
+                <foreach collection="enGatepostName" item="item" open="(" separator="or" close=")">
+                    "enGatepostName" like '%${item}%'
+                </foreach>
+            </if>
+            <if test="outGatepostName != null">
+                <foreach collection="outGatepostName" item="item" open="(" separator="or" close=")">
+                    "outGatepostName" like '%${item}%'
+                </foreach>
+            </if>
             <if test="capacityNumber != null">
                 and
                 <foreach collection="capacityNumber" item="item" open="(" separator="or" close=")">