|
@@ -1010,6 +1010,7 @@ public class CcpmList {
|
|
if (matchingUserId.isPresent()){
|
|
if (matchingUserId.isPresent()){
|
|
cwWorkClientBase.setCreateById(matchingUserId.get());
|
|
cwWorkClientBase.setCreateById(matchingUserId.get());
|
|
cwWorkClientBase.setUpdateById(matchingUserId.get());
|
|
cwWorkClientBase.setUpdateById(matchingUserId.get());
|
|
|
|
+ cwWorkClientBase.setUpdateUser(matchingUserId.get());
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|