guoyujia 1 vuosi sitten
vanhempi
commit
bfc5b9bc53
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/main/resources/mybatis/business/Sfc10500Mapper.xml

+ 2 - 2
src/main/resources/mybatis/business/Sfc10500Mapper.xml

@@ -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>