|
|
@@ -766,8 +766,7 @@ public class BandingTaskServiceImpl extends MPJBaseServiceImpl<BandingTaskMapper
|
|
|
BandingTask bandingTask = this.getById(dto.getId());
|
|
|
bandingTask.setStatus(1);
|
|
|
bandingTask.setModifyDate(new Date());
|
|
|
- Boolean isSuccess = this.update(bandingTask);
|
|
|
- return isSuccess;
|
|
|
+ return this.update(bandingTask);
|
|
|
}
|
|
|
|
|
|
LocalDate getBirthDate(String idCardNumber){
|