摘要:
参考文档:https://blog.csdn.net/lulidaitian/article/details/70941769 springMVC+mybatis查询数据,返回resultType=”map”时,如果数据为空的字段,则该字段省略不显示,可以通过添加配置文件,规定查询数据为空是则返回n 阅读全文
摘要:
SELECT r.id AS resId, r.res_desc, r.res_type, r.res_state, r.expires_date, r.res_pic_path, ra.id as applyId, ... 阅读全文