Exemplo n.º 1
0
        public IActionResult Zhuce2(InsertDoctor m)
        {
            int h = _bll.UpdDoctorByPhone(m);

            return(Ok(new { msg = h > 0 ? "完善成功!" : "失败!", state = h > 0 ? true : false }));
        }