#
Junjie
昨天 5a8ba30db33debd57336a55a71e31a06243a1b6f
src/main/java/com/zy/core/plugin/FakeProcess.java
@@ -478,7 +478,8 @@
                        // 检测任务是否生成
                        List<WrkMast> wrkMasts = wrkMastService
                                .selectList(new EntityWrapper<WrkMast>().eq("barcode", stationProtocol.getBarcode()));
                                .selectList(new EntityWrapper<WrkMast>()
                                        .eq("barcode", stationProtocol.getBarcode()));
                        if (!wrkMasts.isEmpty()) {
                            continue;
                        }