|
@@ -146,10 +146,11 @@
|
|
|
</if>
|
|
|
</trim>
|
|
|
GROUP BY
|
|
|
- a.storage_location_code,
|
|
|
+/* a.storage_location_code,
|
|
|
a.material_id,
|
|
|
a.wbs,
|
|
|
- a.account_sleeve
|
|
|
+ a.account_sleeve*/
|
|
|
+ ${groupBy}
|
|
|
</select>
|
|
|
<!-- 查询库位信息 -->
|
|
|
<select id="getQueryInventory" resultType="java.util.Map">
|
|
@@ -240,10 +241,11 @@
|
|
|
</if>
|
|
|
</trim>
|
|
|
GROUP BY
|
|
|
- a.storage_location_code,
|
|
|
+ /*a.storage_location_code,
|
|
|
a.material_id,
|
|
|
a.wbs,
|
|
|
- a.account_sleeve
|
|
|
+ a.account_sleeve*/
|
|
|
+ ${groupBy}
|
|
|
</select>
|
|
|
<!-- 查询接入信息 -->
|
|
|
<select id="getAccess" resultType="com.tld.model.Access">
|