|
|
@ -58,7 +58,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 其他条件 -->
|
|
|
|
<!-- 其他条件 -->
|
|
|
|
<if test="req.code != null and req.code != ''">
|
|
|
|
<if test="req.code != null and req.code != ''">
|
|
|
|
AND CODE = #{req.code}
|
|
|
|
(AND CODE = #{req.code} or APPLY_NO = #{req.code})
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="req.fromCorpName != null and req.fromCorpName != ''">
|
|
|
|
<if test="req.fromCorpName != null and req.fromCorpName != ''">
|
|
|
|
AND DEPTNAME = #{req.fromCorpName}
|
|
|
|
AND DEPTNAME = #{req.fromCorpName}
|
|
|
|