|
@ -318,7 +318,7 @@ public class DoctorFamilyContractController extends WeixinBaseController {
|
|
|
} else {
|
|
|
try {
|
|
|
Patient p = patientService.findByIdcard(idcard);
|
|
|
BusinessLogs.info(BusinessLogs.BusinessType.appointment, p.getCode(), new JSONObject(p));
|
|
|
BusinessLogs.info(BusinessLogs.BusinessType.sign, p.getCode(), new JSONObject(p));
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|