Commit 0fa8884e authored by suichenguang's avatar suichenguang

测试接口

parent 2ef584ff
...@@ -51,6 +51,7 @@ public class ReadExcelApi { ...@@ -51,6 +51,7 @@ public class ReadExcelApi {
@Produces(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON)
@Transactional(rollbackFor = Exception.class) @Transactional(rollbackFor = Exception.class)
public boolean ReadPersonPost(HttpServletResponse resp, HttpServletRequest requ) { public boolean ReadPersonPost(HttpServletResponse resp, HttpServletRequest requ) {
System.out.println("进入api"); System.out.println("进入api");
YXJSONResponse yxresp = new YXJSONResponse(); YXJSONResponse yxresp = new YXJSONResponse();
DateFormat format = new SimpleDateFormat("yyyy-MM-dd"); DateFormat format = new SimpleDateFormat("yyyy-MM-dd");
......
...@@ -8,6 +8,11 @@ import org.springframework.web.bind.annotation.RestController; ...@@ -8,6 +8,11 @@ import org.springframework.web.bind.annotation.RestController;
@RequestMapping("PackageInformation") @RequestMapping("PackageInformation")
public class PackageInformationApi { public class PackageInformationApi {
/**
* 查询制证信息用于制证信息打包
* @param requestStr
* @return
*/
@RequestMapping("selectInformation") @RequestMapping("selectInformation")
public String selectInformation(@RequestBody String requestStr){ public String selectInformation(@RequestBody String requestStr){
......
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