|
@@ -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
|