Commit 861f1694 authored by suichenguang's avatar suichenguang

信息管理3.0

parent 9ee7a3b5
......@@ -49,20 +49,23 @@ public class InfoManagementApi {
return count;
}
/**
* 删除制证信息数据
* @param beginFileName
* @param endFileName
* @param gajgMc
* @param beginDate
* @param endDate
* @return
*/
@RequestMapping("deleteInfo")
public boolean deleteInfo(@Param("beginFileName")String beginFileName, @Param("endFileName")String endFileName, @Param("gajgMc") String gajgMc, @Param("beginDate")String beginDate, @Param("endDate")String endDate){
boolean result= infoManagementService.deleteInfo(beginFileName,endFileName,gajgMc,beginDate,endDate);
return result;
}
/**
* 去除字符串中线
* 去除字符串中线
* @param str
* @return
*/
......
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