|
|
|
@ -40,7 +40,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectKhPingceList" parameterType="KhPingce" resultMap="KhPingceResult">
|
|
|
|
<select id="selectKhPingceList" parameterType="KhPingce" resultMap="KhPingceResult">
|
|
|
|
<include refid="selectKhPingceVo"></include>
|
|
|
|
<include refid="selectKhPingceVo"></include>
|
|
|
|
/*select p.*, emp_id,emp_name,dept_id,dept_name from kh_pingce p left join kh_pc_emp pe on p.id=pe.pc_id*/
|
|
|
|
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="pcTitle != null and pcTitle != ''"> and pc_title = #{pcTitle}</if>
|
|
|
|
<if test="pcTitle != null and pcTitle != ''"> and pc_title = #{pcTitle}</if>
|
|
|
|
<if test="pcDescription != null and pcDescription != ''"> and pc_description = #{pcDescription}</if>
|
|
|
|
<if test="pcDescription != null and pcDescription != ''"> and pc_description = #{pcDescription}</if>
|
|
|
|
@ -49,6 +48,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<if test="pcResultId != null "> and pc_result_id = #{pcResultId}</if>
|
|
|
|
<if test="pcResultId != null "> and pc_result_id = #{pcResultId}</if>
|
|
|
|
<if test="state != null and state != ''"> and state = #{state}</if>
|
|
|
|
<if test="state != null and state != ''"> and state = #{state}</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
|
|
|
|
ORDER BY id DESC
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="getBkhdxs" resultMap="BkhdxsResult">
|
|
|
|
<select id="getBkhdxs" resultMap="BkhdxsResult">
|
|
|
|
|