34
chenyc
2024-12-19 021a413995329400ce9e940f8a563536585ed46b
app.js
@@ -293,7 +293,6 @@
        if (rows.length > 0) {
            const user = rows[0];
            const response = {
                code: "1",
                result:[ {
                    patientId: user.code,
                    fullName: user.patient_name,
@@ -311,7 +310,6 @@
                    examDept:"",
                    diagnosisDoctor:''
                }],
                msg: "success"
            };
            res.json(response);
        } else {
@@ -342,7 +340,6 @@
    if(mode){
        logHttps(mode)
    }else{
        mode.action='hahhaha'
        logHttps(mode)
    }
    res.status(400).json({ retCode: "-1", msg: "kankan" });