摘要: 前端框架需要,if标签需要指定使用格式使用 <select id="listByMemberId" resultType="com.sunbtech.zoocoffee.admin.modules.wechat.entity.MemberAddress"> select * from member_ 阅读全文
posted @ 2021-03-03 11:39 东楚 阅读(85) 评论(0) 推荐(0)
摘要: 实现SQL <select id="getMyCollectList" resultType="com.lekai.anybussfun.openapi.dto.FunCollectResDto"> SELECT any_fun_collect.id , any_fun_collect.object 阅读全文
posted @ 2021-03-03 10:47 东楚 阅读(45) 评论(0) 推荐(0)
摘要: 返回格式有变化时 实现返回类型的修改 Map<String,List> records = new HashMap<>(); ArrayList<Object> list = new ArrayList<>(); records.put("records",list); appResponse.se 阅读全文
posted @ 2021-03-03 10:42 东楚 阅读(98) 评论(0) 推荐(0)