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