|
@@ -10,11 +10,12 @@
|
|
|
<id column="UNIT" jdbcType="VARCHAR" property="unit"/>
|
|
|
<id column="FID" jdbcType="VARCHAR" property="fid"/>
|
|
|
<id column="LC_ID" jdbcType="VARCHAR" property="roundid"/>
|
|
|
+ <id column="REMARK" jdbcType="VARCHAR" property="remark"/>
|
|
|
</resultMap>
|
|
|
<select id="QueryWeightforRound" parameterType="java.lang.String" resultMap="BaseResultMap">
|
|
|
- select * from table(gxmes.EMS_GX_ROLLDESIGN(#{startTime},#{endTime}))
|
|
|
+ select * from table(gxmes.EMS_GX_ROLLDESIGN_V2304(#{startTime},#{endTime}))
|
|
|
</select>
|
|
|
<select id="QueryWeightforRound2" parameterType="java.lang.String" resultMap="BaseResultMap">
|
|
|
- select * from table(gxmes.EMS_GX_ROLLDESIGN2(#{startTime},#{endTime}))
|
|
|
+ select * from table(gxmes.EMS_GX_ROLLDESIGN2_V2304(#{startTime},#{endTime}))
|
|
|
</select>
|
|
|
-</mapper>
|
|
|
+</mapper>
|