Parcourir la source

Merge branch 'dev-1.0.5' into dev-1.0.7

hurugang il y a 5 ans
Parent
commit
c4b33a23f3

+ 3 - 0
src/main/java/cn/hnthyy/thmz/service/impl/his/MzyRequestServiceImpl.java

@@ -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) {