|
@@ -7,9 +7,9 @@
|
|
|
<resultMap type="cn.ezhizao.project.business.domain.Sfc10500" id="Sfc10500Result">
|
|
|
<id column="lot" property="lot"/>
|
|
|
</resultMap>
|
|
|
-
|
|
|
+<!-- and lotseq =#{lotseq, jdbcType=INTEGER} -->
|
|
|
|
|
|
<select id="getLotMount" parameterType="Sfc10500" resultMap="Sfc10500Result">
|
|
|
- select top 1 * from sfc10500 where lotno LIKE '%#{lotno}%' and lotseq =#{lotseq, jdbcType=INTEGER} order by peqty desc
|
|
|
+ select top 1 * from sfc10500 where lotno LIKE '%#{lotno}%' order by peqty desc
|
|
|
</select>
|
|
|
</mapper>
|