fix notice desc

master
luoyang 5 years ago
parent f260b5e95b
commit ba1b1579e7

@ -2,6 +2,7 @@ package au.com.royalpay.payment.manage.mappers.notice;
import java.util.Date;
import com.yixsoft.support.mybatis.autosql.annotations.AdvanceSelect;
import org.apache.ibatis.annotations.Param;
import com.alibaba.fastjson.JSONObject;
@ -20,6 +21,7 @@ public interface NoticeManageMapper {
@AutoSql(SqlType.SELECT)
PageList<JSONObject> listPageNotices(JSONObject params, PageBounds pagination);
@AutoSql(SqlType.SELECT)
@AdvanceSelect(excludeColumns = {"desc"})
JSONObject getNoticeDetailById(String noticeId);
@AutoSql(SqlType.INSERT)
void createNotice(JSONObject notice);

Loading…
Cancel
Save