File tree 15 files changed +19
-14
lines changed
springboot-starter-data-authorization
src/main/java/com/codingapi/springboot/authorization/interceptor
springboot-starter-data-fast
src/main/java/com/codingapi/springboot/flow/service/impl
springboot-starter-security
15 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.51 </version >
8
+ <version >3.3.52 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.51 </version >
8
+ <version >3.3.52 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.51 </version >
8
+ <version >3.3.52 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.51 </version >
8
+ <version >3.3.52 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.51 </version >
8
+ <version >3.3.52 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 17
17
</parent >
18
18
19
19
<artifactId >springboot-example</artifactId >
20
- <version >3.3.51 </version >
20
+ <version >3.3.52 </version >
21
21
22
22
<name >springboot-example</name >
23
23
<description >springboot-example project for Spring Boot</description >
Original file line number Diff line number Diff line change 15
15
16
16
<groupId >com.codingapi.springboot</groupId >
17
17
<artifactId >springboot-parent</artifactId >
18
- <version >3.3.51 </version >
18
+ <version >3.3.52 </version >
19
19
20
20
<url >https://github.com/codingapi/springboot-framewrok</url >
21
21
<name >springboot-parent</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.codingapi.springboot</groupId >
8
8
<artifactId >springboot-parent</artifactId >
9
- <version >3.3.51 </version >
9
+ <version >3.3.52 </version >
10
10
</parent >
11
11
12
12
<artifactId >springboot-starter-data-authorization</artifactId >
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ public boolean beforeHandler(String sql) {
21
21
22
22
@ Override
23
23
public void afterHandler (String sql , String newSql , SQLException exception ) {
24
+ if (exception !=null ){
25
+ log .error ("sql:{}" ,sql );
26
+ log .error ("newSql:{}" ,newSql );
27
+ log .error (exception .getMessage (),exception );
28
+ }
24
29
if (DataAuthorizationPropertyContext .getInstance ().showSql ()) {
25
30
log .info ("newSql:{}" , newSql );
26
31
}
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-parent</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.51 </version >
8
+ <version >3.3.52 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >springboot-parent</artifactId >
8
8
<groupId >com.codingapi.springboot</groupId >
9
- <version >3.3.51 </version >
9
+ <version >3.3.52 </version >
10
10
</parent >
11
11
12
12
<name >springboot-starter-flow</name >
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ private FlowResult submitCurrentFlow() {
303
303
this .saveFlowRecord (flowRecord );
304
304
this .updateFinishFlowRecord ();
305
305
306
- this .pushEvent (flowRecord , FlowApprovalEvent .STATE_CREATE );
306
+ this .pushEvent (flowRecord , FlowApprovalEvent .STATE_FINISH );
307
307
308
308
if (!nextRecords .isEmpty ()) {
309
309
return new FlowResult (flowWork , nextRecords .get (0 ));
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >springboot-parent</artifactId >
8
8
<groupId >com.codingapi.springboot</groupId >
9
- <version >3.3.51 </version >
9
+ <version >3.3.52 </version >
10
10
</parent >
11
11
12
12
<artifactId >springboot-starter-security</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.codingapi.springboot</groupId >
7
7
<artifactId >springboot-parent</artifactId >
8
- <version >3.3.51 </version >
8
+ <version >3.3.52 </version >
9
9
</parent >
10
10
<artifactId >springboot-starter</artifactId >
11
11
Original file line number Diff line number Diff line change 1
1
------------------------------------------------------
2
- CodingApi SpringBoot-Starter 3.3.51
2
+ CodingApi SpringBoot-Starter 3.3.52
3
3
springboot version (${spring-boot.version})
4
4
------------------------------------------------------
You can’t perform that action at this time.
0 commit comments