Browse Source

暂停项目导出修改

anderx 10 months ago
parent
commit
9c25af4310

+ 1 - 1
src/main/java/com/goafanti/order/controller/OrderProjectApiController.java

@@ -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,