|
@@ -101,7 +101,6 @@ public class CugOuterServiceProvider extends ControllerSupport implements CugOut
|
|
|
request.setPhoneNumber(req.getPhoneNumber());
|
|
|
request.setRemark(req.getRemark());
|
|
|
request.setRootOrgId(req.getRootOrgId());
|
|
|
- // request.setStudentCode(req.getStudentCode());
|
|
|
|
|
|
SaveStudentResp response = studentCloudService.saveStudent(request);
|
|
|
|
|
@@ -118,8 +117,7 @@ public class CugOuterServiceProvider extends ControllerSupport implements CugOut
|
|
|
|
|
|
int lastIndexOf = photoUrl.lastIndexOf(".");
|
|
|
if (0 > lastIndexOf) {
|
|
|
- throw new StatusException("100002",
|
|
|
- "photoPath is not end with photo file suffix.");
|
|
|
+ throw new StatusException("100002", "photoPath is not end with photo file suffix.");
|
|
|
}
|
|
|
String fileSuffix = photoUrl.substring(lastIndexOf);
|
|
|
|