Commit 7660737d authored by xuwang's avatar xuwang

push

parent 4f823c47
...@@ -98,10 +98,12 @@ public class YingxinApi { ...@@ -98,10 +98,12 @@ public class YingxinApi {
return yxjsonResponse.toJSONString(); return yxjsonResponse.toJSONString();
} }
/* /**
*添加退证 * 添加退证
* * @param acceptNumber 受理号
* */ * @param resp
* @return
*/
@RequestMapping("addInValidCardInfo") @RequestMapping("addInValidCardInfo")
public String addTuiZhengInfo(@RequestParam("acceptNo")List acceptNumber,HttpServletResponse resp){ public String addTuiZhengInfo(@RequestParam("acceptNo")List acceptNumber,HttpServletResponse resp){
List<SpecialCardEntity> list= addBackCardService.getTuiZhengData(acceptNumber); List<SpecialCardEntity> list= addBackCardService.getTuiZhengData(acceptNumber);
......
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