@@ -146,6 +146,9 @@ public class MzyRequestServiceImpl implements MzyRequestService {
if (m.getCheckFee() == null) {
m.setCheckFee(BigDecimal.ZERO);
}
+ if(m.getDoctorCode()==null){
+ m.setDoctorCode("");
+ }
m.setOpId(opId);
m.setSysDate(now);
if (m.getId() != null) {