Commit Graph

96 Commits

Author SHA1 Message Date
LemonNoCry
8e7e4f02a5 🎨 统一命名空间 2022-08-05 09:29:38 +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
boboyunz
2d89894483 boboyunz- fix some alarm 2022-02-15 17:00:45 +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
wuare
b2ccdd8426 remove unused param tag 2021-06-01 13:51:55 +08:00
anjoy8
74aa72b0a2 try use PropertiesAutowired in project
尝试使用属性依赖注入,例子参考BlogArticelController
2021-03-29 21:56:14 +08:00
ansonzhang
b8debbbd6e
Merge branch 'master' into master 2021-02-22 09:33:54 +08:00
hudingwen
83481f64f4 支付优化
反编译建行的支付DLL,脱离DLL依赖
2021-02-09 19:53:14 +08:00
anjoy8
89ecc7c58a Update PayServices.cs 2021-02-09 18:58:07 +08:00
hudingwen
cbe3a5ff5e 轮询次数限制 2021-02-09 18:52:22 +08:00
hudingwen
b82bac0e8e 设置最大轮询次数,6次后就会跳出轮询跟建行保持一致 2021-02-09 18:46:23 +08:00
hudingwen
4e1ec5de32 新增一些helper RSAhelper Urlhelper 2021-01-22 11:25:05 +08:00
hudingwen
8eadf82e96 聚合支付 2021-01-16 12:23:19 +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
1463481737 Update sysUserInfoServices.cs 2020-11-18 06:40:06 +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
3ce5e3f599 remove try catch -> for get more bug
防止try吃掉bug,为了获取更多的bug
2020-09-09 12:08:12 +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
42369ee018 weakrepo 2020-07-30 18:33:09 +08:00
anjoy8
8fb8d80f20 rename webapi 2020-06-22 12:04:09 +08:00
anjoy8
17cf90660d test muchtable for page 2020-06-12 18:13:32 +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
Simon
436b99cf0d Update To Support Publish The Release Configuration 2020-05-18 06:55:53 +08:00
anjoy8
ca2a94c939 Update BlogArticleServices.cs 2020-04-29 10:20:55 +08:00
anjoy8
f5a9f45977 update blog page query 2020-04-29 10:04:08 +08:00
anjoy8
f6738efd35 add sql query
增加sql语句查询
2020-04-27 11:27:39 +08:00
anjoy8
871b1a61ab Update BlogArticleServices.cs 2020-04-08 10:49:15 +08:00
jxd728
2809a50d00
Update BlogArticleServices.cs 2020-04-08 09:20:28 +08:00
RLei123
3816e6c47b 优化services层获取博客上一篇下一篇逻辑 2020-04-07 11:56:01 +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
ae0995f6ef Some unimportant instructions
一些不重要的说明提示
2019-12-28 09:15:36 +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