Commit c5d62cb9 authored by 廖旭伟's avatar 廖旭伟

bug修改

parent c25ffb6e
......@@ -175,7 +175,7 @@ public class ApplyLogController extends BaseCRUDJsonBodyMappingController<ApplyL
public String get(@PathVariable(value="socialCode") String socialCode) {
Map<String, Object> model = new HashMap();
if (StringUtils.isEmpty(socialCode)) {
return this.createFailJsonResp("许可证编码不正确");
return this.createFailJsonResp("信用编码不正确");
} else {
JSONObject ret = new JSONObject();
String busiDesc = "扫码查看" + this.getModuleDesc();
......@@ -199,6 +199,7 @@ public class ApplyLogController extends BaseCRUDJsonBodyMappingController<ApplyL
this.init(model, context);
ret.put("code", 1);
ret.put("systemDate", new Date());
ret.put("msg", model.remove("message_info"));
ret.put("dict", model.remove("dict"));
return ret.toJSONString();
......
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