存在欺诈行为?
This commit is contained in:
parent
d170f9c177
commit
a04745eaab
|
@ -218,6 +218,7 @@ public class ActTaskService extends BaseServiceImpl {
|
|||
if (jsonObject != null) {
|
||||
dto.setUserName(jsonObject.containsKey("user") ? jsonObject.getString("user") : "");
|
||||
}
|
||||
listDto.add(dto);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue