git-svn-id: http://192.168.1.226/svn/proxy@920 454eff88-639b-444f-9e54-f578c98de674
| | |
| | | public void fragment_attender_register_save_click(View v) {
|
| | | RequestParams params = new RequestParams();
|
| | |
|
| | | if (surveillanceQueryItem_selectPhoto != null) {
|
| | | if (surveillanceQueryItem_selectPhoto == null) {
|
| | | Toast.makeText(MainActivity.getInstance(), "请选择照片", Toast.LENGTH_SHORT).show();
|
| | | return;
|
| | | }
|
| | |
| | | public void fragment_visitor_register_save_click(View v) {
|
| | | RequestParams params = new RequestParams();
|
| | |
|
| | | if (surveillanceQueryItem_selectPhoto != null) {
|
| | | if (surveillanceQueryItem_selectPhoto == null) {
|
| | | Toast.makeText(MainActivity.getInstance(), "请选择照片", Toast.LENGTH_SHORT).show();
|
| | | return;
|
| | | }
|
| | |
| | | " a.card_number,\n" +
|
| | | " a.update_time,\n" +
|
| | | " a.is_synchron,\n" +
|
| | | " a.create_time,\n" +
|
| | | " a.raw_surveillance_photo_path,\n" +
|
| | | " a.raw_surveillance_photo_width,\n" +
|
| | | " a.raw_surveillance_photo_height,\n" +
|
| | | " a.device_company_id\n" +
|
| | | "FROM\n" +
|
| | | " register a\n" +
|
| | |
| | | aqi.setRegisterId(c.getString(c.getColumnIndex("register_id")));
|
| | | aqi.setUsername(c.getString(c.getColumnIndex("username")));
|
| | | aqi.setSurveillancePhoto(c.getString(c.getColumnIndex("surveillance_photo")));
|
| | | aqi.setIdentifyNum(c.getString(c.getColumnIndex("company_name")));
|
| | | aqi.setCompanyName(c.getString(c.getColumnIndex("company_name")));
|
| | | aqi.setTel(c.getString(c.getColumnIndex("tel")));
|
| | | aqi.setIdentifyNum(c.getString(c.getColumnIndex("identify_num")));
|
| | | aqi.setDeptName(c.getString(c.getColumnIndex("dept_name")));
|