|
@ -438,7 +438,11 @@ public class PointsLogsServiceImpl extends BaseServiceImpl<PointsLogsDao, Points |
|
|
pointsLogsEntity.setOperationMode(PointsOperationModeEnum.OPERATION_MODE_WORK_JFHX.getOperationMode()); |
|
|
pointsLogsEntity.setOperationMode(PointsOperationModeEnum.OPERATION_MODE_WORK_JFHX.getOperationMode()); |
|
|
pointsLogsEntity.setRuleCode(PointsConstant.ruleWorkScanCodePointsVerification); |
|
|
pointsLogsEntity.setRuleCode(PointsConstant.ruleWorkScanCodePointsVerification); |
|
|
pointsLogsEntity.setBehaviorCode(PointsConstant.behaviorWorkScanCodePointsVerification); |
|
|
pointsLogsEntity.setBehaviorCode(PointsConstant.behaviorWorkScanCodePointsVerification); |
|
|
pointsLogsEntity.setOperationDesc(behaviorCodeInfoByBehaviorCode.getData().getBehaviorDesc()); |
|
|
String operationDesc = ""; // 操作描述
|
|
|
|
|
|
if(behaviorCodeInfoByBehaviorCode.getData() != null){ |
|
|
|
|
|
operationDesc = behaviorCodeInfoByBehaviorCode.getData().getBehaviorDesc(); |
|
|
|
|
|
} |
|
|
|
|
|
pointsLogsEntity.setOperationDesc(operationDesc); |
|
|
pointsLogsEntity.setPoints(formDto.getPoints()); |
|
|
pointsLogsEntity.setPoints(formDto.getPoints()); |
|
|
pointsLogsEntity.setOperationType(formDto.getOperationType()); |
|
|
pointsLogsEntity.setOperationType(formDto.getOperationType()); |
|
|
pointsLogsEntity.setReferenceId(formDto.getUserId()); |
|
|
pointsLogsEntity.setReferenceId(formDto.getUserId()); |
|
@ -473,7 +477,6 @@ public class PointsLogsServiceImpl extends BaseServiceImpl<PointsLogsDao, Points |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
public EpdcVerificationLogsResultDTO listOfVerificationLogs(EpdcWorkVerificationLogsFormDTO formDto) { |
|
|
public EpdcVerificationLogsResultDTO listOfVerificationLogs(EpdcWorkVerificationLogsFormDTO formDto) { |
|
|
log.info("+++++++++++++++++++++++++++++++++++=SecurityUserDeptId():" + SecurityUser.getDeptId()); |
|
|
|
|
|
if (null == SecurityUser.getUser() || null == SecurityUser.getDeptId()) { |
|
|
if (null == SecurityUser.getUser() || null == SecurityUser.getDeptId()) { |
|
|
throw new RenException("登陆信息超时,请重新登陆"); |
|
|
throw new RenException("登陆信息超时,请重新登陆"); |
|
|
} |
|
|
} |
|
|