AntonSangho / moya_attendance

이 프로젝트는 어린이작업장 '모야'에 설치될 입출력관리시스템입니다.
1 stars 0 forks source link

작은손 가입시 입출입 기록이 없을 때 오류 처리 #67

Closed AntonSangho closed 4 years ago

AntonSangho commented 4 years ago

문제1. 작은손 가입시 user_detail로 정보가 가도록 sql이 설정되어있음.

set_signup insert into users_detail(id,rfid,name, sex, year, phone, memo) value ('{id}','{rfid}', '{name}','{sex}','{year}','{phone}','{memo}')

문제2. users table의 사용자가 등록 이름이 변경이안됨.

AntonSangho commented 4 years ago

Duplicate of #62