Commit 3b8a5517 authored by tianyiming's avatar tianyiming

微信扫一扫bug修改

parent 0950cdde
...@@ -21,7 +21,7 @@ public class EquBaseInfoForWXModel { ...@@ -21,7 +21,7 @@ public class EquBaseInfoForWXModel {
private String county; private String county;
@ApiModelProperty(value = "单位内编号") @ApiModelProperty(value = "单位内编号")
private String uesInnerCode; private String useInnerCode;
} }
...@@ -316,7 +316,9 @@ public class TzsAppService { ...@@ -316,7 +316,9 @@ public class TzsAppService {
if (!ValidationUtil.isEmpty(detailMapList)) { if (!ValidationUtil.isEmpty(detailMapList)) {
map = detailMapList.iterator().next(); map = detailMapList.iterator().next();
} }
map.putAll(getQRCode(record)); if(!ObjectUtils.isEmpty(model.getResult().getRecords().get(0).get("SUPERVISORY_CODE"))){
map.putAll(getQRCode(model.getResult().getRecords().get(0).get("SUPERVISORY_CODE").toString()));
}
JSONArray jsonArray = new JSONArray(); JSONArray jsonArray = new JSONArray();
JSONObject exFactoryJsonObject = new JSONObject(); JSONObject exFactoryJsonObject = new JSONObject();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment