Commit 59aa7e35 authored by Quxl's avatar Quxl

x

parent a527e635
...@@ -101,8 +101,8 @@ public class CommonController { ...@@ -101,8 +101,8 @@ public class CommonController {
@ApiImplicitParam(paramType = "query", name = "sign", dataType = "String", required = true, value = "签名", defaultValue = ""), @ApiImplicitParam(paramType = "query", name = "sign", dataType = "String", required = true, value = "签名", defaultValue = ""),
@ApiImplicitParam(paramType = "query", name = "timestamp", dataType = "String", required = true, value = "时间戳", defaultValue = "") @ApiImplicitParam(paramType = "query", name = "timestamp", dataType = "String", required = true, value = "时间戳", defaultValue = "")
}) })
@RequestMapping(value = "/getRegionList",method=RequestMethod.GET) @RequestMapping(value = "/getConfig",method=RequestMethod.GET)
public Object getCommonValue(String appId) { public Object getConfig(String appId) {
Map<String, Object> map = jdbcTemplate.queryForMap("select sOrgNO, sOrgDesc from tOrg where sAppID = ?", appId); Map<String, Object> map = jdbcTemplate.queryForMap("select sOrgNO, sOrgDesc from tOrg where sAppID = ?", appId);
String ossSql = "" + String ossSql = "" +
" declare @ChoiceOssKEY varchar(20) " + " declare @ChoiceOssKEY varchar(20) " +
......
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