|
@@ -192,6 +192,9 @@
|
|
|
<if test="query.reportNumber != null and query.reportNumber != ''">
|
|
|
AND t.batch = #{query.reportNumber}
|
|
|
</if>
|
|
|
+ <if test="query.majorDateType != null and query.majorDateType != ''">
|
|
|
+ AND (Select major_data_type from m_wbs_tree_contract where p_key_id=iq.wbs_id)=#{query.majorDateType}
|
|
|
+ </if>
|
|
|
<if test="query.fileUserIdAndName != null and query.fileUserIdAndName != ''">
|
|
|
AND iq.file_user_id_and_name LIKE concat('%',#{query.fileUserIdAndName},'%')
|
|
|
</if>
|