20250507 更新
This commit is contained in:
@@ -76,8 +76,6 @@ public class BusinessProcessRecordController {
|
||||
|
||||
private final ITaskNotificationService taskNotificationService;
|
||||
|
||||
private final ApplicationContext applicationContext;
|
||||
|
||||
@ApiOperation(value = "通过条件分页查询业务流程记录列表", notes = "通过条件分页查询业务流程记录列表")
|
||||
@PostMapping("/search")
|
||||
public R<IPage<BusinessProcessRecord>> findBusinessProcessRecordPage(@RequestBody BusinessProcessRecordREQ req){
|
||||
|
||||
@@ -67,6 +67,7 @@ public class IdentifyBookCommController {
|
||||
private final SimpleDateFormat sdf = new SimpleDateFormat("yyyy年MM月dd日");
|
||||
|
||||
private final ApplicationContext applicationContext;
|
||||
|
||||
@ApiOperation(value = "根据委托ID制作鉴定文书", notes = "根据委托ID制作鉴定文书")
|
||||
@ApiImplicitParam(name = "entrustId", value = "委托ID", required = true)
|
||||
@GetMapping("/makeIdentifyBook/{entrustId}")
|
||||
|
||||
@@ -15,7 +15,7 @@ import java.util.concurrent.CompletableFuture;
|
||||
* 监听有关推送数据到LabsCare 平台的事件, 采用异步
|
||||
*/
|
||||
@Slf4j
|
||||
//@Component
|
||||
@Component
|
||||
public class PushDataToLabsCareEventListener implements ApplicationListener<PushDataToLabsCareEvent> {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -46,7 +46,7 @@ import java.util.stream.Collectors;
|
||||
* @date 2025/3/31 9:31
|
||||
*/
|
||||
@Slf4j
|
||||
//@Service
|
||||
@Service
|
||||
public class PushDataToLabsCareServiceImpl implements PushDataToLabsCareService {
|
||||
|
||||
@Resource
|
||||
|
||||
Reference in New Issue
Block a user