|
|
|
@ -43,6 +43,8 @@ import java.util.*; |
|
|
|
import java.util.concurrent.atomic.AtomicReference; |
|
|
|
import java.util.concurrent.atomic.AtomicReference; |
|
|
|
import java.util.stream.Collectors; |
|
|
|
import java.util.stream.Collectors; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import static com.biutag.supervision.constants.AppConstants.*; |
|
|
|
|
|
|
|
|
|
|
|
@Slf4j |
|
|
|
@Slf4j |
|
|
|
@RequiredArgsConstructor |
|
|
|
@RequiredArgsConstructor |
|
|
|
@Service |
|
|
|
@Service |
|
|
|
@ -338,8 +340,8 @@ public class NegativeService extends ServiceImpl<NegativeMapper, Negative> { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
// jwpy直接算现场督察大队
|
|
|
|
// jwpy直接算现场督察大队
|
|
|
|
negative.setIssuingDepartId("2788"); |
|
|
|
negative.setIssuingDepartId(JWPY_DEPARTID); |
|
|
|
negative.setIssuingDepartName("现场督察大队"); |
|
|
|
negative.setIssuingDepartName(JWPY_DEPART_NAME); |
|
|
|
save(negative); |
|
|
|
save(negative); |
|
|
|
// 新增work
|
|
|
|
// 新增work
|
|
|
|
String departId; |
|
|
|
String departId; |
|
|
|
|