Commit 144888af by jinxin

群发记录导出

parent 67e70320
...@@ -98,6 +98,9 @@ public class SendExcelVO implements Serializable{ ...@@ -98,6 +98,9 @@ public class SendExcelVO implements Serializable{
public String getSendStatusExcel() { public String getSendStatusExcel() {
sendStatusExcel = "待发送"; sendStatusExcel = "待发送";
if (this.sendStatus == null){
return sendStatusExcel;
}
if(this.sendStatus == 0){ if(this.sendStatus == 0){
sendStatusExcel = "任务创建失败"; sendStatusExcel = "任务创建失败";
}else if (this.sendStatus == 1){ }else if (this.sendStatus == 1){
......
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