ces
chenyc
2024-12-22 77f6a624d414f1d3073580dd3c8a58c9b26adaf9
ces
1个文件已修改
8 ■■■■■ 已修改文件
app.js 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app.js
@@ -293,7 +293,7 @@
        if (rows.length > 0) {
            const user = rows[0];
            const response = {
                result:[ {
                    patientId: user.code,
                    fullName: user.patient_name,
                    gender: user.patient_gender,
@@ -309,7 +309,7 @@
                    examDoctor:'',
                    examDept:"",
                    diagnosisDoctor:''
                }],
            };
            res.json(response);
        } else {
@@ -336,7 +336,9 @@
 * PostCheckExam  病人信息及检测结果以JSON的形式回传至服务器
 */
app.post('/PostCheckExam',async(req,res)=>{
    const mode=req.body
    // 查看body参数
    const body=req.body
    if(mode){
        logHttps(mode)
    }else{