fix
This commit is contained in:
parent
37e6d83797
commit
5f183988dd
@ -113,7 +113,6 @@ public class ResultTaskServiceImpl extends ServiceImpl<ResultTaskMapper, ResultT
|
||||
if(taskProcessRecordDto != null){
|
||||
resultTaskDto.setStaffName(taskProcessRecordDto.getStaffName());
|
||||
resultTaskDto.setLabel(taskProcessRecordDto.getLabel());
|
||||
resultTaskDto.setProcessRate(BigDecimal.valueOf(resultTaskDto.getProcessRate()).setScale(4).doubleValue());
|
||||
if(finalStaffEntity !=null){
|
||||
resultTaskDto.setAvatar(finalStaffEntity.getAvatar());
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user