医院外呼时间配置
This commit is contained in:
parent
50fd835842
commit
e616fbe7e7
@ -191,7 +191,7 @@ public interface PatientInfoImportMainMapper {
|
||||
/**
|
||||
* 根据sn查询医院
|
||||
*
|
||||
* @param sn
|
||||
* @param sn 导入流水号
|
||||
* @return Long
|
||||
*/
|
||||
Long selectHospitalAgencyId(String sn);
|
||||
|
||||
@ -403,6 +403,6 @@
|
||||
</update>
|
||||
|
||||
<select id="selectHospitalAgencyId" resultType="java.lang.Long">
|
||||
select hospital_agency_id where sn = #{sn}
|
||||
select hospital_agency_id from patient_info_import_main where sn = #{sn}
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
@ -168,7 +168,7 @@ public class UploadRobotPublishTask {
|
||||
List<SysDictData> sysDictDataList = iSysDictTypeService.selectDictDataByType(Constants.DIAL_TIME);
|
||||
if (CollectionUtils.isEmpty(sysDictDataList) || sysDictDataList.size() != 2) {
|
||||
dateStartTime = LocalTime.parse("08:00");
|
||||
dateEndTime = LocalTime.parse("16:00");
|
||||
dateEndTime = LocalTime.parse("18:00");
|
||||
} else {
|
||||
dateStartTime = LocalTime.parse(sysDictDataList.get(0).getDictLabel());
|
||||
dateEndTime = LocalTime.parse(sysDictDataList.get(1).getDictLabel());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user