Commit 9ecbfdf6 by 王祖波

建联转化记录

parent 26fa85f9
......@@ -28,7 +28,7 @@ public class DataController {
* @return
*/
@RequestMapping(path = "/contact/page-order")
public RestResponse<Page<ContactOrderDetailDTO>> pageFollow(@RequestBody ContactOrderPageQO contactOrderPageQO) {
public RestResponse<Page<ContactOrderDetailDTO>> pageOrder(@RequestBody ContactOrderPageQO contactOrderPageQO) {
String enterpriseId = contactOrderPageQO.getEnterpriseId();
String clerkId = contactOrderPageQO.getClerkId();
String storeId = contactOrderPageQO.getStoreId();
......
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