Commit e7b6fbae zshaohui

1.呆滞物料设置亮灯颜色是rgb

1 个父辈 91682e0a
......@@ -174,7 +174,7 @@ public class MaterialStockController {
}
try{
log.info("下架呆滞物料时【" + storage.getName() + "_" + storage.getCid() + "】位置仓位【" + pos.getPosName() + "】");
taskService.checkout(storage, pos, false, SecurityUtils.getCurrentUsername(), ORDER_COLOR.LIGHTBLUE.name());
taskService.checkout(storage, pos, false, SecurityUtils.getCurrentUsername(), ORDER_COLOR.LIGHTBLUE.getRgb());
okCount++;
}catch (Exception ex){
log.info("下架呆滞物料时【" + storage.getName() + "】位置仓位【" + pos.getPosName() + "】失败:" + ex.getMessage());
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!