zhs 2 lat temu
rodzic
commit
32544b17f4

+ 1 - 0
src/main/java/com/tld/controller/WarehousingController.java

@@ -179,4 +179,5 @@ public class WarehousingController {
     public void getHalfExcel(Notice notice, HttpServletResponse response){
         warehousingService.getHalfExcel(notice, response);
     }
+
 }

+ 1 - 0
src/main/java/com/tld/service/impl/WarehousingServiceImpl.java

@@ -747,6 +747,7 @@ public class WarehousingServiceImpl implements WarehousingService {
         }
     }
 
+
     /**
      * 入库单生成
      * @return

+ 0 - 1
src/main/resources/mapper/WarehousingMapper.xml

@@ -56,7 +56,6 @@
             tld_storage_location
         WHERE
             #{storageLocationCode} like CONCAT('%', CONCAT(storage_location_code, ','), '%') and warehouse_where != '5000'
-    </select>
     <!-- 查询是否是混合物料 -->
     <select id="getIsNotSisable" resultType="String">
         select is_not_disable from tld_material where code = #{wllbCode}