工艺工序配置BUG修复
This commit is contained in:
parent
bd6e9dec86
commit
b407ae4e20
@ -149,7 +149,7 @@ public class MdWorkstationController extends BaseController
|
||||
}
|
||||
mdWorkstation.setWarehouseId(warehouse.getWarehouseId());
|
||||
mdWorkstation.setWarehouseCode(warehouse.getWarehouseCode());
|
||||
mdWorkstation.setWorkstationName(warehouse.getWarehouseName());
|
||||
mdWorkstation.setWarehouseName(warehouse.getWarehouseName());
|
||||
mdWorkstation.setLocationId(location.getLocationId());
|
||||
mdWorkstation.setLocationCode(location.getLocationCode());
|
||||
mdWorkstation.setLocationName(location.getLocationName());
|
||||
@ -202,7 +202,7 @@ public class MdWorkstationController extends BaseController
|
||||
area = wmStorageAreaService.selectWmStorageAreaByAreaCode(UserConstants.VIRTUAL_WA);
|
||||
}
|
||||
mdWorkstation.setWarehouseCode(warehouse.getWarehouseCode());
|
||||
mdWorkstation.setWorkstationName(warehouse.getWarehouseName());
|
||||
mdWorkstation.setWarehouseName(warehouse.getWarehouseName());
|
||||
mdWorkstation.setLocationCode(location.getLocationCode());
|
||||
mdWorkstation.setLocationName(location.getLocationName());
|
||||
mdWorkstation.setAreaCode(area.getAreaCode());
|
||||
|
@ -52,7 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="checkUnique" parameterType="ProRouteProductBom" resultMap="ProRouteProductBomResult">
|
||||
<include refid="selectProRouteProductBomVo"/>
|
||||
where route_id = #{routeId}
|
||||
where item_id = #{itemId}
|
||||
and process_id = #{processId}
|
||||
and product_id = #{productId}
|
||||
</select>
|
||||
|
Loading…
Reference in New Issue
Block a user