Преглед на файлове

上传数据统计修改

wangjun преди 4 години
родител
ревизия
13547053bf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      business/base-service/src/main/java/com/yihu/jw/internet/service/InternetCommonService.java

+ 1 - 1
business/base-service/src/main/java/com/yihu/jw/internet/service/InternetCommonService.java

@ -1643,7 +1643,7 @@ public class InternetCommonService extends BaseJpaService<InternetUpErrorLogDO,
                "  from wlyy_prescription_info a " +
                "     JOIN wlyy_prescription b " +
                "     on b.id = a.prescription_id" +
                "  where  a.dosage is not null and b.real_order is not null";
                "  where  a.dosage is not null and b.real_order is not null and a.del=1 ";
        if(StringUtils.isNotBlank(startDate)){
            infosql =  infosql + "  and b.create_time >=:startDate ";