Commit c9cdc2dd authored by dahai's avatar dahai

push

parent 714e5ca4
...@@ -62,15 +62,7 @@ public class ExportExcelApi { ...@@ -62,15 +62,7 @@ public class ExportExcelApi {
} }
/**
* 查询交接单
* @param date 复核时间
* @return
*/
@RequestMapping("queryReceiptDateByCheckDate")
public List<Map<String,Object>> queryReceiptDateByCheckDate(@RequestParam("date")String date){
return receiptService.selectReceiptDateByCheckDate(replaceDate(date));
}
/** /**
......
...@@ -259,6 +259,16 @@ public class ReceiptApi { ...@@ -259,6 +259,16 @@ public class ReceiptApi {
return true; return true;
} }
/**
* 查询交接单
* @param date 复核时间
* @return
*/
@RequestMapping("queryReceiptDateByCheckDate")
public List<Map<String,Object>> queryReceiptDateByCheckDate(@RequestParam("date")String date){
return receiptService.selectReceiptDateByCheckDate(replaceDate(date));
}
/** /**
* 去除字符串中中线 * 去除字符串中中线
* *
......
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