存在欺诈行为?

This commit is contained in:
wangliwen 2022-08-02 15:55:58 +08:00
parent d170f9c177
commit a04745eaab
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ public class ActTaskService extends BaseServiceImpl {
if (jsonObject != null) {
dto.setUserName(jsonObject.containsKey("user") ? jsonObject.getString("user") : "");
}
listDto.add(dto);
continue;
}