Commit c219a9ba authored by zhangyingbin's avatar zhangyingbin

修改预警消息借口

parent ad80523a
......@@ -154,7 +154,7 @@ public class ScheduleService {
try {
WarningMsgDto warningMsgDto = new WarningMsgDto();
//没有下次检验日期的气瓶默认正常
if(!ValidationUtil.isEmpty(cylinderInfoDto.getNextInspectionDate())){
if(ValidationUtil.isEmpty(cylinderInfoDto.getNextInspectionDate())){
System.out.println("气瓶编号为:"+cylinderInfoDto.getSequenceCode()+"的气瓶,没有下次检验日期数据");
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment