zhangtao
dongdingding 2 years ago
parent e5db40773a
commit 9d3316a1c5

@ -279,7 +279,7 @@ public class SzsEnterpriseInformation extends BaseEntity {
*/ */
@Excel(name = "所在乡镇", readConverterExp = "街=道") @Excel(name = "所在乡镇", readConverterExp = "街=道")
@ApiModelProperty("所在乡镇(街道) ") @ApiModelProperty("所在乡镇(街道) ")
private String SUBDISTRICT; private String subdistrict;
/** /**
* *

@ -77,7 +77,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where> <where>
<if test="supervisionLarge != null and supervisionLarge != ''"> and SUPERVISION_LARGE like concat('%',#{supervisionLarge}, '%')</if> <if test="supervisionLarge != null and supervisionLarge != ''"> and SUPERVISION_LARGE like concat('%',#{supervisionLarge}, '%')</if>
<if test="uuitNo != null and uuitNo != ''"> and UUIT_NO = #{uuitNo}</if> <if test="uuitNo != null and uuitNo != ''"> and UUIT_NO = #{uuitNo}</if>
<if test="subdistrict != null and subdistrict != ''"> and SUBDISTRICT like concat('%',#{SUBDISTRICT}, '%') </if> <if test="subdistrict != null and subdistrict != ''"> and SUBDISTRICT like concat('%',#{subdistrict}, '%') </if>
<if test="aboveDesignatedTwo != null and aboveDesignatedTwo != ''"> and ABOVE_DESIGNATED_TWO = #{aboveDesignatedTwo}</if> <if test="aboveDesignatedTwo != null and aboveDesignatedTwo != ''"> and ABOVE_DESIGNATED_TWO = #{aboveDesignatedTwo}</if>
</where> </where>
</select> </select>

Loading…
Cancel
Save