代码提交

This commit is contained in:
liang.chao 2026-02-06 09:42:49 +08:00
parent 052bb6d687
commit 4e7158c2a4
1 changed files with 2 additions and 2 deletions

View File

@ -1575,7 +1575,7 @@
and tpd.`NAME` like concat('%', #{maName}, '%')
</if>
</select>
<select id="getNewlyStored">
<select id="getNewlyStored" resultType="com.bonus.index.beans.IndexStorageWarnBean">
select mt2.NAME as maType,
mt.NAME as maName,
wir.CODE as maCode,
@ -1586,7 +1586,7 @@
left join mm_type mt2 on mt.PARENT_ID = mt2.ID
where wir.TYPE = #{type}
</select>
<select id="getInventoryStored">
<select id="getInventoryStored" resultType="com.bonus.index.beans.IndexStorageWarnBean">
select mt2.NAME as maType,
mt.NAME as maName,
mt.UNIT as maUnit,