提交 39616395 authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 895d59f0
......@@ -48,6 +48,27 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ "</script>")
List<Geographysign> provinceQuery(@Param("form")GeographyForm form );
/** 省份数据明细查询*/
@Select("<script>"
+ "select id,productName,registerDate,registerState,applicantAddress,"
+ "preliminaryExaminationDate,agentOrganization,commodity,province,"
+ "city,county,content,imgPath from dl_geographysign where 1=1"
+ "<if test='"+NOTBLANK+"(form.province) '>"
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.reserve1)'>"
+ "and reserve1 = #{form.reserve1}"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.signstate)'>"
+ "and signstate = #{form.signstate}"
+ "</if>"
+ "</script>")
List<Geographysign> queryCategoryAll(@Param("form")GeographyForm form );
/** 省份数据明细查询*/
@Select("<script>"
+ "select id,productName,imgPath from dl_geographysign where 1=1"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论