|
|
|
@ -696,10 +696,12 @@ |
|
|
|
<include refid="ApplicationInRecordInfo"/> |
|
|
|
from applicationInRecordInfo |
|
|
|
where 1 = 1 |
|
|
|
and airapproverPass in (1,4) |
|
|
|
and did in |
|
|
|
<foreach collection="list" index="index" item="depositoryId" open="(" separator="," close=")"> |
|
|
|
#{depositoryId} |
|
|
|
</foreach> |
|
|
|
|
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
@ -710,6 +712,7 @@ |
|
|
|
<include refid="ApplicationInRecordInfo"/> |
|
|
|
from applicationInRecordInfo |
|
|
|
where 1 = 1 |
|
|
|
and airapproverPass in (1,4) |
|
|
|
and applicant_time between #{start} and #{end} |
|
|
|
<if test="list != null"> |
|
|
|
and did in |
|
|
|
@ -718,6 +721,7 @@ |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
</select> |
|
|
|
<!-- 查询所有出库记录--> |
|
|
|
<select id="findApplicationOutRecordPAll" resultMap="applicationOutRecord"> |
|
|
|
|