Commit 372298dc authored by libin's avatar libin

旅游标签

parent 368f7377
......@@ -140,10 +140,4 @@ public class TourTagAdminController extends TourBaseController<TourTagBiz> {
List<TourTag> tourTags = getBaseBiz().findTourTagNameAndIdsByStatus(0);
return ObjectRestResponse.succ(tourTags);
}
@GetMapping
public void AssertException(){
Assert.isNull(TourTag.builder().build(),"Assert测试成功了");
}
}
\ No newline at end of file
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