@@ -22,6 +22,9 @@ public class CommonController {
CommonService commonService;
String result = "";
+
@RequestMapping(value = "/queryPrimaryKey.do")
public String queryPrimaryKey() throws IOException {
try {