Commit 3f7ab820 by qwmqiuwenmin

Merge branch 'developer' of http://115.159.76.241/haoban3.0/haoban-manage3.0.git into developer

parents 687cc2eb 1015d07c
...@@ -444,7 +444,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ ...@@ -444,7 +444,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
for (SyncTaskDTO dto : result) { for (SyncTaskDTO dto : result) {
String addUser = dto.getAddUser(); String addUser = dto.getAddUser();
TabHaobanStaff haobanStaff = staffService.selectById(addUser); TabHaobanStaff haobanStaff = staffService.selectById(addUser);
if (null == haobanStaff) { if (null != haobanStaff) {
dto.setUserName(haobanStaff.getStaffName()); dto.setUserName(haobanStaff.getStaffName());
} else { } else {
dto.setUserName("系统管理员"); dto.setUserName("系统管理员");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment