|
@@ -150,6 +150,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
excell_issue
|
|
excell_issue
|
|
FROM question_info
|
|
FROM question_info
|
|
<where>
|
|
<where>
|
|
|
|
+ <if test="excellIssueName != null and excellIssueName != ''"> and excell_issue_name like concat('%',#{excellIssueName},'%')</if>
|
|
<if test="subject != null and subject != ''"> and subject = #{subject}</if>
|
|
<if test="subject != null and subject != ''"> and subject = #{subject}</if>
|
|
<if test="liceCar != null and liceCar != ''"> and lice_car = #{liceCar} </if>
|
|
<if test="liceCar != null and liceCar != ''"> and lice_car = #{liceCar} </if>
|
|
<if test="liceBus != null and liceBus != ''"> and lice_bus = #{liceBus}</if>
|
|
<if test="liceBus != null and liceBus != ''"> and lice_bus = #{liceBus}</if>
|