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

--no commit message

上级 34285938
......@@ -20,7 +20,7 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
/** 分页查询*/
@Select("<script>"
+ "select * from dl_geographysign where ReptileState='3' and productName like concat('%',<![CDATA['(']]>,'%') "
// + "or productName like concat('%',,'%')" +
// + "or productName like concat('%', ,'%')" +
// ""
+ "</script>")
List<Geographysign> query();
......@@ -34,10 +34,10 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.city)'>"
+ "and city = #{form.city}"
+ "and city like concat('%', #{form.city},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.county)'>"
+ "and county = #{form.county}"
+ "and county like concat('%', #{form.county},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.signstate)'>"
+ "and signstate = #{form.signstate}"
......@@ -55,10 +55,10 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.city)'>"
+ "and city = #{form.city}"
+ "and city like concat('%', #{form.city},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.county)'>"
+ "and county = #{form.county}"
+ "and county like concat('%', #{form.county},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.signstate)'>"
+ "and signstate = #{form.signstate}"
......@@ -78,10 +78,10 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.city)'>"
+ "and city = #{form.city}"
+ "and city like concat('%', #{form.city},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.county)'>"
+ "and county = #{form.county}"
+ "and county like concat('%', #{form.county},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.signstate)'>"
+ "and signstate = #{form.signstate}"
......@@ -127,10 +127,10 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.city)'>"
+ "and city = #{form.city}"
+ "and city like concat('%', #{form.city},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.county)'>"
+ "and county = #{form.county}"
+ "and county like concat('%', #{form.county},'%')"
+ "</if>"
+ "<if test='"+NOTBLANK+"(State) '>"
+ " and signState = #{State} "
......@@ -154,10 +154,10 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.city)'>"
+ "and city = #{form.city}"
+ "and city like concat('%', #{form.city},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.county)'>"
+ "and county = #{form.county}"
+ "and county like concat('%', #{form.county},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.signstate)'>"
......@@ -194,10 +194,10 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.city)'>"
+ "and city = #{form.city}"
+ "and city like concat('%', #{form.city},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.county)'>"
+ "and county = #{form.county}"
+ "and county like concat('%', #{form.county},'%')"
+ "</if>"
+ "<if test='"+NOTBLANK+"(State) '>"
+ " and signState = #{State} "
......@@ -221,10 +221,10 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.city)'>"
+ "and city = #{form.city}"
+ "and city like concat('%', #{form.city},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.county)'>"
+ "and county = #{form.county}"
+ "and county like concat('%', #{form.county},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.signstate)'>"
......@@ -246,10 +246,10 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.city)'>"
+ "and city = #{form.city}"
+ "and city like concat('%', #{form.city},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.county)'>"
+ "and county = #{form.county}"
+ "and county like concat('%', #{form.county},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.signstate)'>"
......@@ -270,10 +270,10 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.city)'>"
+ "and city = #{form.city}"
+ "and city like concat('%', #{form.city},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.county)'>"
+ "and county = #{form.county}"
+ "and county like concat('%', #{form.county},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.signstate)'>"
......@@ -295,10 +295,10 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.city)'>"
+ "and city = #{form.city}"
+ "and city like concat('%', #{form.city},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.county)'>"
+ "and county = #{form.county}"
+ "and county like concat('%', #{form.county},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.signstate)'>"
......@@ -319,10 +319,10 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.city)'>"
+ "and city = #{form.city}"
+ "and city like concat('%', #{form.city},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.county)'>"
+ "and county = #{form.county}"
+ "and county like concat('%', #{form.county},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.signstate)'>"
......@@ -343,10 +343,10 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.city)'>"
+ "and city = #{form.city}"
+ "and city like concat('%', #{form.city},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.county)'>"
+ "and county = #{form.county}"
+ "and county like concat('%', #{form.county},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.signstate)'>"
......@@ -368,10 +368,10 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.city)'>"
+ "and city = #{form.city}"
+ "and city like concat('%', #{form.city},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.county)'>"
+ "and county = #{form.county}"
+ "and county like concat('%', #{form.county},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.signstate)'>"
......@@ -392,10 +392,10 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.city)'>"
+ "and city = #{form.city}"
+ "and city like concat('%', #{form.city},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.county)'>"
+ "and county = #{form.county}"
+ "and county like concat('%', #{form.county},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.signstate)'>"
......@@ -416,10 +416,10 @@ public interface GeographysignMapper extends BaseMapper<Geographysign> {
+ " and province = #{form.province} "
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.city)'>"
+ "and city = #{form.city}"
+ "and city like concat('%', #{form.city},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.county)'>"
+ "and county = #{form.county}"
+ "and county like concat('%', #{form.county},'%')"
+ "</if>"
+ "<if test='"+ NOTBLANK +"(form.signstate)'>"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论