@@ -179,4 +179,5 @@ public class WarehousingController {
public void getHalfExcel(Notice notice, HttpServletResponse response){
warehousingService.getHalfExcel(notice, response);
}
+
@@ -747,6 +747,7 @@ public class WarehousingServiceImpl implements WarehousingService {
/**
* 入库单生成
* @return
@@ -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}