liupopo 2 years ago
parent
commit
74143212d9
  1. BIN
      docs/images/800X1280-2 加深.jpg
  2. BIN
      docs/images/停车缴费备份.png
  3. BIN
      docs/images/园区外卖备份.png
  4. BIN
      docs/images/我已审批备份 2.png
  5. BIN
      docs/images/投诉建议备份.png
  6. BIN
      docs/images/科技产业服务备份 2.png
  7. BIN
      docs/images/维保记录备份.png
  8. BIN
      docs/images/行程备份.png
  9. BIN
      docs/images/设备维修上报备份 2.png
  10. 16
      docs/xiugai/wx20230220.txt
  11. 46
      mallplus-admin/src/main/java/com/zscat/mallplus/build/service/impl/BuildWuyeCompanyServiceImpl.java
  12. 8
      mallplus-portal/src/main/resources/application.properties
  13. 16
      mallplusui-web-admin/src/views/build/community/index.vue
  14. 2
      mallplusui-web-admin/src/views/build/wuyeCompany/index.vue

BIN
docs/images/800X1280-2 加深.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

BIN
docs/images/停车缴费备份.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
docs/images/园区外卖备份.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
docs/images/我已审批备份 2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
docs/images/投诉建议备份.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
docs/images/科技产业服务备份 2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
docs/images/维保记录备份.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
docs/images/行程备份.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
docs/images/设备维修上报备份 2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

16
docs/xiugai/wx20230220.txt

@ -153,4 +153,18 @@ APP
16.编辑地址里所在地不能保存。
17.注册后时默认头像需要改掉。
18.点击立即使后转圈。(完成)
19.我的优惠券下方直接用日期。(完成)
19.我的优惠券下方直接用日期。(完成)
汇融云链APP修改与功能完善内容安排:
1。APP端,找不到注册页面了。(郭兴)
2。APP端-我的云链-地址管理,该页面,如果已经有了地址,将“新增地址”按钮隐藏(只允许有一个收货地址)。(郭兴)
3。APP端-我的云链-地址管理-新增(或编辑)地址页面,所在地与取货点需要从后台接口获取。(郭兴)
4。针对第3项,后台需要增加维护所在地与取货点的功能页面,并给APP提供对应接口。(刘战洪)
5。APP端-我的云链-地址管理-编辑地址页面,需要将保存的所在地,取货点显示出来
6。APP端消息通知的展示,后台管理有对消息通知设置与维护的功能页面。(刘战洪)
7。可以设置定时向APP端发送消息通知。(刘战洪)
8。APP端支付功能的实现,需要微信、支付宝支付。(底孟哲)

46
mallplus-admin/src/main/java/com/zscat/mallplus/build/service/impl/BuildWuyeCompanyServiceImpl.java

@ -42,29 +42,29 @@ public class BuildWuyeCompanyServiceImpl extends ServiceImpl<BuildWuyeCompanyMap
//1 创建物业公司
entity.setCreateTime(new Date());
wuyeCompanyMapper.insert(entity);
// 2 创建物业公司账号
SysUser user = new SysUser();
user.setUsername(entity.getName());
SysUser umsAdminList = userMapper.selectByUserName(entity.getName());
if (umsAdminList != null) {
throw new ApiMallPlusException("此物业公司已存在");
}
user.setStatus(1);
// user.setStoreId(entity.getId());
user.setSupplyId(0L);
user.setPassword(passwordEncoder.encode("123456"));
user.setCreateTime(new Date());
user.setSupplyId(0L);
user.setNote("物业公司账户:物业公司ID=" + entity.getName() + "," + entity.getId());
user.setIcon(entity.getPic());
user.setNickName(entity.getName());
userMapper.insert(user);
// 3 分配物业公司角色
SysUserRole userRole = new SysUserRole();
userRole.setAdminId(user.getId());
userRole.setRoleId(5L);
userRoleMapper.insert(userRole);
// // 2 创建物业公司账号
// SysUser user = new SysUser();
// user.setUsername(entity.getName());
// SysUser umsAdminList = userMapper.selectByUserName(entity.getName());
// if (umsAdminList != null) {
// throw new ApiMallPlusException("此物业公司已存在");
// }
// user.setStatus(1);
// // user.setStoreId(entity.getId());
// user.setSupplyId(0L);
// user.setPassword(passwordEncoder.encode("123456"));
// user.setCreateTime(new Date());
// user.setSupplyId(0L);
// user.setNote("物业公司账户:物业公司ID=" + entity.getName() + "," + entity.getId());
// user.setIcon(entity.getPic());
// user.setNickName(entity.getName());
// userMapper.insert(user);
//
// // 3 分配物业公司角色
// SysUserRole userRole = new SysUserRole();
// userRole.setAdminId(user.getId());
// userRole.setRoleId(5L);
// userRoleMapper.insert(userRole);
return true;
}
}

8
mallplus-portal/src/main/resources/application.properties

@ -1,10 +1,10 @@
spring.jackson.time-zone=GMT+8
#\u9ED8\u8BA4\u4E3A\u5F00\u53D1\u73AF\u5883
spring.profiles.active=test
#spring.profiles.active=dev
#spring.profiles.active=test
spring.profiles.active=dev
#===server start===
#server.port=8083
server.port=8111
server.port=8083
#server.port=8111
#===server end===
#===redis custom key start===

16
mallplusui-web-admin/src/views/build/community/index.vue

@ -86,26 +86,26 @@
<el-table-column label="操作" width="250" align="center">
<template slot-scope="scope">
<el-button
<!-- <el-button
size="mini"
@click="getAttrList(scope.$index, scope.row)">添加楼
</el-button>
<el-button
</el-button> -->
<!-- <el-button
size="mini"
@click="getAttrList1(scope.$index, scope.row)">添加缴费规则
</el-button>
<el-button
</el-button> -->
<!-- <el-button
size="mini"
@click="getAttrList2(scope.$index, scope.row)">添加缴费记录
</el-button>
<el-button
</el-button> -->
<!-- <el-button
size="mini"
@click="getAttrList3(scope.$index, scope.row)">添加通知
</el-button>
<el-button
size="mini"
@click="getAttrList4(scope.$index, scope.row)">添加轮播图
</el-button>
</el-button> -->
<el-button
size="mini"
@click="handleUpdate(scope.$index, scope.row)">编辑

2
mallplusui-web-admin/src/views/build/wuyeCompany/index.vue

@ -70,7 +70,7 @@
<template slot-scope="scope">
<el-button
size="mini"
@click="handleCommunity(scope.$index, scope.row)">绑定小区
@click="handleCommunity(scope.$index, scope.row)">添加取货点
</el-button>
<el-button
size="mini"

Loading…
Cancel
Save