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