guoyujia 1 tahun lalu
induk
melakukan
3474d330c3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/main/resources/mybatis/business/Sfc10500Mapper.xml

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

@@ -10,6 +10,6 @@
 
 
     <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}%' and lotseq =#{lotseq, jdbcType=INTEGER} order by peqty desc
     </select>
 </mapper>