parent
42b10acc82
commit
5ce5818c94
|
@ -2103,7 +2103,7 @@ public class SysApplicationServiceImpl extends BaseService<SysApplicationEntity,
|
||||||
JSONObject jsonObject1 = JSONObject.parseObject(body);
|
JSONObject jsonObject1 = JSONObject.parseObject(body);
|
||||||
String retCode = jsonObject1.getString("retCode");
|
String retCode = jsonObject1.getString("retCode");
|
||||||
if(retCode != null && "0000".equals(retCode)){
|
if(retCode != null && "0000".equals(retCode)){
|
||||||
JSONObject jsonObject2 = JSONObject.parseObject(jsonObject1.getString("data"));
|
JSONObject jsonObject2 = JSONObject.parseObject(jsonObject1.getString("Data"));
|
||||||
String fileBytes = jsonObject2.getString("fileBytes");
|
String fileBytes = jsonObject2.getString("fileBytes");
|
||||||
if(fileBytes != null && !"".equals(fileBytes)){
|
if(fileBytes != null && !"".equals(fileBytes)){
|
||||||
jsonObject2.put("fileBytes","");
|
jsonObject2.put("fileBytes","");
|
||||||
|
|
Loading…
Reference in New Issue