胡半仙 3 年之前
父节点
当前提交
26d18f3931
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/main/resources/com/steerinfo/dil/mapper/StatisticalReportMapper.xml

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

@@ -1202,6 +1202,7 @@
         </if>
         GROUP BY MATERIAL_NAME, WAREHOUSE_NAME
         )
+        <include refid="orderBy"></include>
         <where>
         <if test="materialName != null">
             and
@@ -1264,6 +1265,7 @@
         </if>
 		GROUP BY MATERIAL_NAME, WAREHOUSE_NAME
 		)
+        <include refid="orderBy"></include>
         <where>
             <if test="materialName != null">
                 and