@@ -46,6 +46,9 @@
<if test="tldId != null and tldId != ''">
and tld_id = #{tldId}
</if>
+ <if test="typeVal != null and typeVal != ''">
+ and type = #{typeVal}
+ </if>
</trim>
</select>
<!-- 库账对存字典新增 -->
@@ -82,6 +85,9 @@
and a.tld_id = #{tldId}
+ and a.type = #{typeVal}
<!-- 修改物料字典内容 -->