|
@ -1130,7 +1130,7 @@ public class MonitorPlatformService {
|
|
jsonObject.put("filter",jsonArray1);
|
|
jsonObject.put("filter",jsonArray1);
|
|
jsonObject.put("page",1);
|
|
jsonObject.put("page",1);
|
|
jsonObject.put("size",5);
|
|
jsonObject.put("size",5);
|
|
String sqlLocation = "select idcard idCard,category_code categoryCode,device_sn deviceSn,location,device_time deviceTime,disease_condition diseaseCondition,\n" +
|
|
|
|
|
|
String sqlLocation = "select AES_DECRYPT(from_base64(idcard),'jkzl2021ZJXL*#%a') idCard,category_code categoryCode,device_sn deviceSn,location,device_time deviceTime,disease_condition diseaseCondition,\n" +
|
|
"create_time createTime,device_name equimentName\n" +
|
|
"create_time createTime,device_name equimentName\n" +
|
|
"from device.wlyy_patient_device_location where del=0 and device_sn='"+deviceSn+"' limit 0,5 ";
|
|
"from device.wlyy_patient_device_location where del=0 and device_sn='"+deviceSn+"' limit 0,5 ";
|
|
try {
|
|
try {
|