|
|
|
@ -1024,6 +1024,9 @@ |
|
|
|
<if test="query.endDate != null "> |
|
|
|
AND #{query.endDate} >= ppp.build_date |
|
|
|
</if> |
|
|
|
<if test="query.proofingStatus != null and query.proofingStatus != ''"> |
|
|
|
and ppi.proofing_status = #{query.proofingStatus} |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
</select> |
|
|
|
<select id="queryAllProofing2" resultType="com.xujie.sys.modules.pms.data.ProofDocumentData"> |
|
|
|
|