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