|
|
|
@@ -87,7 +87,7 @@ public class DmRecognizedRecordsInnerApiController extends BaseApiController { |
|
|
|
e.printStackTrace(); |
|
|
|
return output(ResponseCode.ILLEGAL_PARAMETER, "timestamp").toJSON(); |
|
|
|
} |
|
|
|
if (type != DmRecognizedRecordsDto.TYPE_STRANGER) { |
|
|
|
if (type.equals(DmRecognizedRecordsDto.TYPE_STRANGER)) { |
|
|
|
DmStaffPo emp = dmStaffMapper.selectById(userId); |
|
|
|
if (ObjectUtils.anyNotNull(emp)) { |
|
|
|
cr.setUserName(emp.getUserName()); |
|
|
|
|