huangwenjie 7 tahun lalu
induk
melakukan
4d3802c53d

+ 2 - 5
patient-co/patient-co-wlyy-job/src/main/java/com/yihu/wlyy/web/quota/JobController.java

@ -1,9 +1,6 @@
package com.yihu.wlyy.web.quota;
import com.yihu.wlyy.job.FollowupPlanJob;
import com.yihu.wlyy.job.QuartzHelper;
import com.yihu.wlyy.job.SFExpressJob;
import com.yihu.wlyy.job.ZyDictJob;
import com.yihu.wlyy.job.*;
import com.yihu.wlyy.job.consult.ConsultCleanerJob;
import com.yihu.wlyy.job.consult.FamousConsultTimesJob;
import com.yihu.wlyy.service.app.disease.PatientDiseaseService;
@ -400,7 +397,7 @@ public class JobController extends BaseController {
    @ApiOperation("遍历长处方支付成功但是院内结算失败的记录,重新执行院内结算")
    public String executeSickSettleJob() {
        try {
            quartzHelper.startNow(SFExpressJob.class, "ZY-SICK-SETTLE", null);
            quartzHelper.startNow(PrescriptionExecuteSickSettleJob.class, "ZY-SICK-SETTLE", null);
            return write(200, "");
        } catch (Exception e) {
            error(e);