Commit e090aafb authored by hongguangwu's avatar hongguangwu

msg

parent 2005fa52
......@@ -103,9 +103,8 @@ public class TStatisticsCurrentReportMarketController {
if (num == 0) {
return R.failed("当前条件查询无数据,未删除");
} else {
return R.ok("已删除" + num + "条数据");
return R.ok(null,"已删除" + num + "条数据");
}
}
/**
......
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