rev: 组盘测试修改
This commit is contained in:
@@ -204,6 +204,7 @@ public class PdaCommonServiceImpl implements PdaCommonService {
|
||||
public PdaResponse confirmBucketAssembly(AssemblyBucketParam param) {
|
||||
MdPdGroupbucket groupbucket = new MdPdGroupbucket();
|
||||
BeanUtil.copyProperties(param, groupbucket);
|
||||
|
||||
groupbucket.setId(IdUtil.getStringId());
|
||||
groupbucket.setCreate_id(SecurityUtils.getCurrentUserId());
|
||||
groupbucket.setCreate_name(SecurityUtils.getCurrentNickName());
|
||||
|
||||
Reference in New Issue
Block a user