Commit 7660737d authored by xuwang's avatar xuwang

push

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