|
|
@@ -745,7 +745,7 @@ public class OrderProjectApiController extends CertifyApiController {
|
|
|
*
|
|
|
*/
|
|
|
@RequestMapping(value = "/selectProjectStop/export" ,method = RequestMethod.GET)
|
|
|
- public Result selectProjectSotpExport(String orderNo,String userName,String depId,String contractNo, String projectName,Integer status,
|
|
|
+ public Result selectProjectStopExport(String orderNo,String userName,String depId,String contractNo, String projectName,Integer status,
|
|
|
String startTime, String endTime, String receiverId,Integer shiroType, Integer pageNo,Integer pageSize){
|
|
|
NewExcelUtil newExcelUtil=new NewExcelUtil(OutselectProjectSotpBo.class);
|
|
|
Pagination<?> p = orderProjectService.selectProjectStop(orderNo, userName, depId, contractNo,
|