trick9191 7 rokov pred
rodič
commit
6674117c35

+ 1 - 1
patient-co-service/wlyy_device/src/main/java/com/yihu/hos/device/model/DoctorSwitch.java

@ -8,7 +8,7 @@ import java.util.Date;
 * Created by Trick on 2018/1/4.
 */
@Entity
@Table(name = "wlyy_doctor_switch")
@Table(name = "wlyy_doctor_switch",schema = "wlyy",catalog ="wlyy")
public class DoctorSwitch extends IdEntity{
    private String doctor;//关联医生

+ 1 - 1
patient-co-service/wlyy_device/src/main/java/com/yihu/hos/device/model/PatientAimBloodPressure.java

@ -14,7 +14,7 @@ import java.util.Date;
 * @date 2017/9/7 20:07
 */
@Entity
@Table(name = "wlyy_patient_aim_blood_pressure")
@Table(name = "wlyy_patient_aim_blood_pressure",schema = "wlyy",catalog ="wlyy")
public class PatientAimBloodPressure extends IdEntity {
    private String code;
    private String patientcode;

+ 1 - 1
patient-co-service/wlyy_device/src/main/java/com/yihu/hos/device/model/PatientAimBloodSugger.java

@ -12,7 +12,7 @@ import java.util.Date;
 * @date 2017/9/7 20:07
 */
@Entity
@Table(name = "wlyy_patient_aim_blood_sugger")
@Table(name = "wlyy_patient_aim_blood_sugger",schema = "wlyy",catalog ="wlyy")
public class PatientAimBloodSugger extends IdEntity {
    private String code;

+ 1 - 1
patient-co-service/wlyy_device/src/main/resources/application.yml

@ -66,7 +66,7 @@ systemConfig:
spring:
  profiles: test
  datasource:
    url: jdbc:mysql://172.19.103.85:3306/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
    url: jdbc:mysql://172.19.103.85/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
    username: linzhou
    password: linzhou
    driverClassName: com.mysql.jdbc.Driver