瀏覽代碼

1.出入库单删除,审核方法

zhoudw 7 年之前
父節點
當前提交
e7841762bc

+ 1 - 1
applications/purchase/purchase-server/src/main/resources/mapper/ProdIODetailMapper.xml

@@ -142,7 +142,7 @@
       order by ${orderByClause}
     </if>
   </select>
-  <select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="ResultMapWithBLOBs">
+  <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="ResultMapWithBLOBs">
     select 
     <include refid="Base_Column_List" />
     ,

+ 1 - 1
applications/purchase/purchase-server/src/main/resources/mapper/ProdInOutMapper.xml

@@ -139,7 +139,7 @@
     ,
     <include refid="Blob_Column_List" />
     from prodinout
-    where pi_id = #{id,jdbcType=INTEGER}
+    where pi_id = #{pi_id,jdbcType=INTEGER}
   </select>
   <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer">
     delete from prodinout