代码提交
This commit is contained in:
parent
052bb6d687
commit
4e7158c2a4
|
|
@ -1575,7 +1575,7 @@
|
||||||
and tpd.`NAME` like concat('%', #{maName}, '%')
|
and tpd.`NAME` like concat('%', #{maName}, '%')
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
<select id="getNewlyStored">
|
<select id="getNewlyStored" resultType="com.bonus.index.beans.IndexStorageWarnBean">
|
||||||
select mt2.NAME as maType,
|
select mt2.NAME as maType,
|
||||||
mt.NAME as maName,
|
mt.NAME as maName,
|
||||||
wir.CODE as maCode,
|
wir.CODE as maCode,
|
||||||
|
|
@ -1586,7 +1586,7 @@
|
||||||
left join mm_type mt2 on mt.PARENT_ID = mt2.ID
|
left join mm_type mt2 on mt.PARENT_ID = mt2.ID
|
||||||
where wir.TYPE = #{type}
|
where wir.TYPE = #{type}
|
||||||
</select>
|
</select>
|
||||||
<select id="getInventoryStored">
|
<select id="getInventoryStored" resultType="com.bonus.index.beans.IndexStorageWarnBean">
|
||||||
select mt2.NAME as maType,
|
select mt2.NAME as maType,
|
||||||
mt.NAME as maName,
|
mt.NAME as maName,
|
||||||
mt.UNIT as maUnit,
|
mt.UNIT as maUnit,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue