feat(watch): 手表设备导出新增用户单位和用户部门字段
This commit is contained in:
+2
@@ -2214,6 +2214,8 @@ public class WatchDeviceServiceImpl extends ServiceImpl<WatchDeviceMapper, Watch
|
||||
tool.setBindStatus("1".equals(f.getWatchStatus()) ? "已绑定" : "未绑定");
|
||||
tool.setWorkNo(f.getWorkNo());
|
||||
tool.setRealName(f.getBindRealName());
|
||||
tool.setUserOrgName(f.getUserTwoOrgName());
|
||||
tool.setUserDeptName(f.getUserThreeOrgName());
|
||||
tool.setBindDate(f.getBindDate());
|
||||
if (StrUtil.isNotBlank(f.getBindRealName())) {
|
||||
fillSwitch(tool, f.getSwitchList());
|
||||
|
||||
Reference in New Issue
Block a user