소스 검색

长处方

trick9191 7 년 전
부모
커밋
c1e2bec41d

+ 1 - 0
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/prescription/PrescriptionExpressageService.java

@ -551,6 +551,7 @@ public class PrescriptionExpressageService extends BaseService {
            p.setDrugDeliveryReasonCode(reasonCode);
            p.setDrugDeliveryReasonValue(reasonName);
            p.setDrugDeliveryTime(new Date());
            p.setFinishTime(new Date());
            prescriptionDao.save(p);
            //更新日志

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 16 - 0
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/util/HttpUtil.java