This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
suimangServer
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
//
private_deployment
xhxu
1 year ago
parent
e30cd3837c
commit
fe810e8bf1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
suimangService/src/main/java/com/iformall/service/sm/impl/UserMouldVideoServiceImpl.java
+ 1
- 1
suimangService/src/main/java/com/iformall/service/sm/impl/UserMouldVideoServiceImpl.java
View File
@@ -132,7 +132,7 @@ public class UserMouldVideoServiceImpl implements UserMouldVideoService {
int x = (1920-1080)/2;
personObject.put("x",x);
int y =
(1
0
80-1920)
;
int y = 0;
personObject.put("y",y);
}
personObject.put("z",0);
Write
Preview
Loading…
Cancel
Save