feat: 子卷送到待检区任务

This commit is contained in:
2026-08-13 15:04:14 +08:00
parent e20c0f2168
commit 6db59d422d
13 changed files with 148 additions and 33 deletions

View File

@@ -76,8 +76,9 @@ public class TransportTaskServiceImpl implements TransportTaskService {
@Override
@LogRecord(type = TASK_INFO,
operator = "2",
subType = TASK_INFO_OPERATE_TYPE,
bizNo = "{{_ret}}",
bizNo = "{{#_ret}}",
success = TASK_INFO_CREATE_BY_RPC)
public Long createTransportTaskByRpc(TransportTaskCreateReqDTO reqDTO) {
TransportTaskDO task = BeanUtils.toBean(reqDTO, TransportTaskDO.class);