瀏覽代碼

零存零取

wangxin 7 月之前
父節點
當前提交
923eeb7f65
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/main/resources/mybatis/business/storageRetrieval/BizStorageRetrievalMapper.xml

+ 0 - 1
src/main/resources/mybatis/business/storageRetrieval/BizStorageRetrievalMapper.xml

@@ -21,7 +21,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="deptId != null">t1.dept_id = #{deptId}</if>
         <if test="productId != null">AND t1.product_id = #{productId}</if>
         <if test="drawingNumber != null and drawingNumber != ''">AND t1.drawing_number = #{drawingNumber}</if>
-#         <if test="technologyVersion != null and technologyVersion != ''">AND t1.technology_version = #{technologyVersion}</if>
         <if test="hasAddIds != null and hasAddIds.size >0">
             and t1.id not in
             <foreach collection="hasAddIds" item="item" index="index" open="(" separator="," close=")">