|
@@ -9,6 +9,7 @@
|
|
|
<id column="MATERIALNAME" jdbcType="VARCHAR" property="materialname"/>
|
|
|
<id column="UNIT" jdbcType="VARCHAR" property="unit"/>
|
|
|
<id column="FID" jdbcType="VARCHAR" property="fid"/>
|
|
|
+ <id column="LC_ID" jdbcType="VARCHAR" property="roundid"/>
|
|
|
</resultMap>
|
|
|
<select id="QueryWeightByTime" resultMap="BaseResultMap">
|
|
|
select * from table(jymes.IMP_EMS_GETBITTLEWEIGHT())
|
|
@@ -17,4 +18,7 @@
|
|
|
select * from table(jymes.IMP_EMS_GETCONSUMEWEIGHT(#{startTime},#{endTime})) t
|
|
|
where SUBSTR(t.materialcode,1,2) like '%03%'
|
|
|
</select>
|
|
|
+ <select id="QueryWeightforRound" parameterType="java.lang.String" resultMap="BaseResultMap">
|
|
|
+ select * from table(jymes.IMP_EMS_GETBITTLEWEIGHT1(#{startTime},#{endTime}))
|
|
|
+ </select>
|
|
|
</mapper>
|