|
|
@@ -1,4 +1,4 @@
|
|
|
-package cn.hnthyy.thmz.controller.zd;
|
|
|
+package cn.hnthyy.thmz.controller.mz;
|
|
|
|
|
|
import cn.hnthyy.thmz.comment.UserLoginToken;
|
|
|
import cn.hnthyy.thmz.entity.MzException;
|
|
|
@@ -162,7 +162,7 @@ public class OpRecordController {
|
|
|
if(StringUtils.isNotBlank(opRecord.getDoctorZd())){
|
|
|
Employee employee= employeeService.queryByUserCode(opRecord.getDoctorZd());
|
|
|
if(employee!=null){
|
|
|
- opRecord.setDoctorZd(employee.getEmployeeName());
|
|
|
+ opRecord.setDoctorZdName(employee.getEmployeeName());
|
|
|
}
|
|
|
}
|
|
|
}
|