|
|
@@ -129,9 +129,9 @@ public class TaskServiceImpl implements TaskService {
|
|
|
if (record == null) {
|
|
|
return;
|
|
|
}
|
|
|
- if (verifying == success) {
|
|
|
+ if (verifyStatus == success) {
|
|
|
record.setStatus(TaskUserCompleteRecord.Status.complete);
|
|
|
- } else if (verifying == fail) {
|
|
|
+ } else if (verifyStatus == fail) {
|
|
|
record.setStatus(TaskUserCompleteRecord.Status.fail);
|
|
|
}
|
|
|
taskUserCompleteRecordMapper.updateById(record);
|