| | |
| | | import org.json.JSONObject; |
| | | |
| | | import safeluck.drive.evaluation.Constant; |
| | | import safeluck.drive.evaluation.bean.ExamPlatformData; |
| | | |
| | | public class StudentInfoUpdateWork extends Worker { |
| | | |
| | |
| | | } |
| | | Student student = new Student(); |
| | | switch (personType){ |
| | | case 0: |
| | | case ExamPlatformData |
| | | .PERSON_TYPE_COACH: |
| | | //教练 |
| | | student.setStu_id(1002); |
| | | student.setStu_id(ExamPlatformData |
| | | .COACH_ID); |
| | | break; |
| | | case 1: |
| | | case ExamPlatformData |
| | | .PERSON_TYPE_STU: |
| | | //学员 |
| | | student.setStu_id(1001); |
| | | student.setStu_id(ExamPlatformData |
| | | .STU_ID); |
| | | |
| | | break; |
| | | default:break; |