|
|
@@ -333,7 +333,7 @@ public class SmsSendconfigServiceImpl implements SmsSendconfigService {
|
|
|
// 上水
|
|
|
// 获取上水抵达三峡游客中心 查询数据字典
|
|
|
List<DictDataDO> arriveDataLis = dictDataMapper.selectListByStatusAndDictType(0, "up_arrive");
|
|
|
- if(day == -1){
|
|
|
+ if(day == 1){
|
|
|
// 获取上水登船时间 查询数据字典
|
|
|
List<DictDataDO> dictDataList = dictDataMapper.selectListByStatusAndDictType(0, "up_board");
|
|
|
templateParams.put(params.get(0), dictDataList.get(0).getLabel());
|
|
|
@@ -344,7 +344,7 @@ public class SmsSendconfigServiceImpl implements SmsSendconfigService {
|
|
|
}
|
|
|
}else{
|
|
|
// 下水
|
|
|
- if(day == -1){
|
|
|
+ if(day == 1){
|
|
|
// 获取下水登船时间 查询数据字典
|
|
|
List<DictDataDO> dictDataList = dictDataMapper.selectListByStatusAndDictType(0, "down_board");
|
|
|
templateParams.put(params.get(0), dictDataList.get(0).getLabel());
|