highgo database
This commit is contained in:
@@ -23,7 +23,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="selectIndustryList" parameterType="Industry" resultMap="IndustryResult">
|
||||
<include refid="selectIndustryVo"/>
|
||||
<where> del_flag = 0
|
||||
<where> del_flag = '0'
|
||||
<if test="parentId != null "> and parent_id = #{parentId}</if>
|
||||
<if test="industryName != null and industryName != ''"> and industry_name like concat('%', #{industryName}, '%')</if>
|
||||
<if test="orderNum != null "> and order_num = #{orderNum}</if>
|
||||
|
||||
Reference in New Issue
Block a user