瀏覽代碼

长处方

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