From a957a3e0d52ccdc2af42f7ac0962f9dc73fe0213 Mon Sep 17 00:00:00 2001
From: "925116093-qq.com" <925116093@qq.com>
Date: Sat, 24 May 2025 11:38:06 +0800
Subject: [PATCH] 20250524
---
.../mapper/system/CooperateMapper.xml | 4 +-
.../mapper/system/MobileMiddleMapper.xml | 6 +-
.../mapper/system/MobileNotifyMapper.xml | 6 +-
.../mapper/system/ServiceGoodsMapper.xml | 2 +-
.../mapper/system/WorkerApplyMapper.xml | 4 +-
ruoyi-ui/src/api/system/Cooperate.js | 7 +
ruoyi-ui/src/api/system/UserAddress.js | 9 +-
ruoyi-ui/src/api/system/WorkerApply.js | 8 +-
ruoyi-ui/src/api/system/users.js | 44 ++
ruoyi-ui/src/views/system/Cooperate/index.vue | 19 +-
.../src/views/system/GoodsOrder/index.vue | 28 ++
.../src/views/system/UserAddress/index.vue | 72 +--
ruoyi-ui/src/views/system/Users/index.vue | 428 ++++++++++++++++++
.../src/views/system/WorkerApply/index.vue | 19 +-
14 files changed, 600 insertions(+), 56 deletions(-)
create mode 100644 ruoyi-ui/src/api/system/users.js
create mode 100644 ruoyi-ui/src/views/system/Users/index.vue
diff --git a/ruoyi-system/src/main/resources/mapper/system/CooperateMapper.xml b/ruoyi-system/src/main/resources/mapper/system/CooperateMapper.xml
index c37bb29..c1b9539 100644
--- a/ruoyi-system/src/main/resources/mapper/system/CooperateMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/CooperateMapper.xml
@@ -25,10 +25,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and uid = #{uid}
- and company = #{company}
+ and company like concat('%', #{company}, '%')
and name like concat('%', #{name}, '%')
and phone = #{phone}
- and address = #{address}
+ and address like concat('%', #{address}, '%')
and info = #{info}
and status = #{status}
and created_at = #{createdAt}
diff --git a/ruoyi-system/src/main/resources/mapper/system/MobileMiddleMapper.xml b/ruoyi-system/src/main/resources/mapper/system/MobileMiddleMapper.xml
index 4339ba3..01e338a 100644
--- a/ruoyi-system/src/main/resources/mapper/system/MobileMiddleMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/MobileMiddleMapper.xml
@@ -20,9 +20,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"