新火炬后端单体项目初始化代码
zhangherong
10 小时以前 256884f9364d1312f09410b20736c0c70aa53bef
src/main/java/org/jeecg/modules/andon/controller/AndonOrderController.java
@@ -83,6 +83,8 @@
            String productionLineId = andonResponseConfigService.getProductionLineIdByButtonId(andonOrder.getButtonId());
            if (productionLineId != null) {
                andonOrder.setFactoryId(productionLineId);
            }else{
             return Result.error("未找到对应的产线ID,请先进行安灯响应配置!");
            }
        }
        andonOrderService.save(andonOrder);