Commit Graph

66 Commits

Author SHA1 Message Date
Geralt_Zhang
d0e4ff7757 添加公共项目属性配置文件
将`TargetFramework`属性迁移到`common.targets`作为方便管理
2023-02-02 20:42:46 +08:00
anjoy8
ff03c4a462 feat:update to net 7.0 2023-01-17 17:00:31 +08:00
LemonNoCry
6bcde27c82 增加事务传播机制
1.UseTran特性中增加事务传播特性,具体看Propagation
2.原有是直接默认嵌套事务不灵活
测试看TransactionController
2022-08-04 15:16:08 +08:00
anjoy8
23a08dbd35 fix: add department api 2022-03-23 17:08:15 +08:00
__Leo__
f3bfaae3f4 remove ModulePermission 2022-03-21 12:13:00 +08:00
anjoy8
7c43929729 fix: format the code. #232 2022-03-15 10:52:55 +08:00
anjoy8
1093a7b76a fix: format the code. #236 2022-03-14 15:15:05 +08:00
anjoy8
bd53e42a22 update to .net6.0 2021-11-09 18:02:41 +08:00
hudingwen
0ea8f5a8ce Merge branch 'master' of github.com:hudingwen/Blog.Core into master 2021-10-08 15:42:00 +08:00
hudingwen
98068d795c 添加动态linq查询
添加微信管理
2021-10-08 15:32:43 +08:00
胡丁文
0ae601b32f
Merge pull request #6 from anjoy8/master
pull
2021-09-23 17:07:27 +08:00
anjoy8
b2dbd11f71 feat:add access trend log qurtz 2021-09-16 11:26:00 +08:00
hudingwen
81e8a44441 分支测试
目录调整
2021-07-29 15:29:56 +08:00
hudingwen
f3a63f031e 调度服务区分停止和暂停功能优化
页面提交的的时间和本地UTC时差问题优化
Helper优化
加入编码集方便调用特殊编码
2021-01-11 14:08:19 +08:00
Mac.Nine
1d4a3f2acb Modify query data list according to
specific column,
modify filter condition (original string) to expression,
which can be used for multiple filter conditions
修改按照特定列查询数据列表,修改过滤条件(原string)修改为表达式,可用于多过滤条件
2020-12-18 14:25:59 +08:00
Mac.Nine
e25324c6f9 按照特定列查询数据列表带条件排序 2020-12-04 16:41:06 +08:00
anjoy8
e4156c3f07 sqlsugar specific column query
sqlsugar特定列查询
2020-12-04 06:15:08 +00:00
ansonzhang
47b45a14c9 💯 Migrate to.NET 5.0
迁移到.net 5.0
2020-11-11 12:52:56 +00:00
anjoy8
172460d37a add second job,and Fixed #123 Bug 2020-10-23 11:24:05 +08:00
anjoy8
c09c21fabe get ids4 users
测试多库模式,获取ids4的用户数据
2020-08-20 20:21:17 +08:00
835318109@qq.com
25887556fe 菜单修改时,批量更新关系表中的接口与菜单的关系 2020-08-15 17:11:08 +08:00
anjoy8
17cf90660d test muchtable for page 2020-06-12 18:13:32 +08:00
anjoy8
37d0eafb13 Update IBlogApi.cs
默认的ITask,但是在调用的时候,如果不加await,就会不执行这个方法
2020-06-10 16:35:22 +08:00
anjoy8
5d27ef4b6a Reflection generates all models
反射生成全部实体
2020-06-08 13:29:39 +08:00
anjoy8
6819c3a899 remove all no need using
去掉不必要的引用
2020-06-04 22:58:53 +08:00
anjoy8
7b752536fb sqlsugar mapper much table 2020-05-18 19:40:04 +08:00
anjoy8
8241fb32ba add func-Get third-party apis
获取第三方api
2020-05-07 19:12:53 +08:00
anjoy8
f6738efd35 add sql query
增加sql语句查询
2020-04-27 11:27:39 +08:00
anjoy8
5a04f99d2c add httpapi
增加httpapi请求
2020-04-25 14:17:31 +08:00
anjoy8
403b30a3ed add quartz.net
增加 任务调度 quartz.net
2020-03-22 22:09:16 +08:00
anjoy8
a3a7627c7d Fixed #56 Bug
修复 #56 bug
2020-03-12 10:19:49 +08:00
ansonzhang
00b9ec48c0 Multi-table query -> Role Module Map #40 🍈
将授权处理器中的角色菜单关系改造成多表查询。
2019-12-12 23:02:11 +08:00
anjoy
64b8e7a7d6 Revert "Multi-table query -> Role Module Map"
This reverts commit a623ada3d3.
2019-12-12 19:18:03 +08:00
anjoy
a623ada3d3 Multi-table query -> Role Module Map
将授权处理器中的角色菜单关系改造成多表查询。
2019-12-12 18:39:09 +08:00
anjoy
a72ae8a3a1 Project upgraded to netcore 3.1
项目升级到 netcore 3.1
2019-12-04 12:17:39 +08:00
anjoy
58e6af0fa6 add func -> update db without using object
1、新增不使用对象实例来更新数据库数据;
2、完善上传图片接口,一边更好配合editor
3、修复工作单元中 SqlAOP 日志记录
2019-11-21 12:14:41 +08:00
anjoy
a1b8497d6a Merge branch 'netcore3.0'
将主分支更新到 3.0
2019-10-21 12:02:14 +08:00
anjoy8
72fd639566 Test Sqlsugar Multi-table queries 🍵 2019-07-03 23:50:21 +08:00
anjoy8
6157071020 design queryPage 🔢 2019-05-15 19:09:54 +08:00
anjoy8
a5b7908d5f Modifying the naming specification 2019-03-25 13:32:52 +08:00
anjoy8
45919f3b40 vue.admin: permission CURD 2019-02-20 19:21:15 +08:00
anjoy8
a575eedf8b vue.admin : add permission repository&service 2019-02-19 19:18:44 +08:00
anjoy8
d52da35a17 update: sqlsugar for modelwithchildren 2019-01-22 00:10:51 +08:00
v-anzha
b90a2726c9 tBug: add cache for bugs and types 2019-01-17 18:21:59 +08:00
anjoy8
91e42d64b9 Exception handling based on AOP 2019-01-13 20:20:19 +08:00
v-anzha
60d5386bd7 fixed Name error:GeRoleModule -> GetRoleModule 2019-01-02 17:09:20 +08:00
v-anzha
160e0478b9 fixed error: VeiwModels -> ViewModels 2018-12-28 14:22:50 +08:00
v-anzha
7300b8022c jwt 3.0 perfect authorize 2018-12-18 19:26:37 +08:00
v-anzha
678665a9f5 Update the project to the notcore2.2 version 2018-12-07 13:35:11 +08:00
v-anzha
cf1176d27a Update the project to the notcore2.1 version 2018-12-07 13:34:06 +08:00