|
|
@@ -121,6 +121,7 @@ public class QywxAddrBookController {
|
|
|
public Result updateUser(Integer id) {
|
|
|
DataCenter dataCenter = DataCenter.INSTANCE;
|
|
|
try {
|
|
|
+ DataSourceHolder.set(dataCenter);
|
|
|
Employee employee= employeeService.getById(id);
|
|
|
employeeService.sync(employee);
|
|
|
return Result.success();
|