|
@@ -44,7 +44,7 @@ public class BoilerAcceptOrderAppController {
|
|
|
// return success(new PageResult<>());
|
|
// return success(new PageResult<>());
|
|
|
// }
|
|
// }
|
|
|
// String mobile = getLoginUserMobile();
|
|
// String mobile = getLoginUserMobile();
|
|
|
-// pageReqVO.setContactPhone(mobile);
|
|
|
|
|
|
|
+ pageReqVO.setContactPhone(null);
|
|
|
// pageReqVO.setUnitPhone(mobile);
|
|
// pageReqVO.setUnitPhone(mobile);
|
|
|
|
|
|
|
|
return success(acceptOrderService.getAcceptAppOrderPage(getLoginUser(), pageReqVO));
|
|
return success(acceptOrderService.getAcceptAppOrderPage(getLoginUser(), pageReqVO));
|