提交 6edc09a7 authored 作者: 马路路's avatar 马路路

Merge remote-tracking branch 'origin/v29.6_ultimate_interaction_20241017' into dev_jdk17

......@@ -57,6 +57,7 @@ public class DriverTransportIntentionInfoServiceImpl implements DriverTransportI
driverTransportIntentionInfo.setCollectTransportIntentionId(saveParam.getId());
driverTransportIntentionInfo.setCollectTransportIntentionRecordId(intentionRecordId);
driverTransportIntentionInfo.setCreateUserNo(TokenUtil.getLoginUserInfo().getUserNo());
driverTransportIntentionInfo.setCreateUserName(TokenUtil.getLoginUserInfo().getUserName());
driverTransportIntentionInfo.setCreateTime(LocalDateTime.now());
driverTransportIntentionInfo.setModifiedTime(LocalDateTime.now());
driverTransportIntentionInfoList.add(driverTransportIntentionInfo);
......
......@@ -12,9 +12,9 @@ import java.util.List;
@NoArgsConstructor
public class AppCarrierDriverCollectMainParam {
@Schema(description = "拉运意愿主键id", example = "123")
@Schema(description = "拉运意愿主键id")
private Integer id;
@Schema(description = "拉运意愿选项主键id", example = "[2,3,4]")
@Schema(description = "拉运意愿选项主键id")
private List<Integer> recordIdList;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论