Browse Source

//

private_deployment
xhxu 1 year ago
parent
commit
fe810e8bf1
1 changed files with 1 additions and 1 deletions
  1. +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; int x = (1920-1080)/2;
personObject.put("x",x); personObject.put("x",x);
int y = (1080-1920);
int y = 0;
personObject.put("y",y); personObject.put("y",y);
} }
personObject.put("z",0); personObject.put("z",0);


Loading…
Cancel
Save