|
@@ -7,7 +7,7 @@
|
|
|
outstoreform.out_no,
|
|
|
outstoreform.type,
|
|
|
outstoreform.yy_id,
|
|
|
-outstoreform.apply_user,outstoreform.apply_user_name,
|
|
|
+outstoreform.apply_user,outstoreform.apply_user_name,outstoreform.apply_dept,
|
|
|
outstoreform.yy_message,
|
|
|
outstoreform.pick_id,
|
|
|
outstoreform.pick_no,
|
|
@@ -29,7 +29,7 @@ outstoreform.process_instance_id,
|
|
|
outstoreform.out_no,
|
|
|
outstoreform.total_price,
|
|
|
outstoreform.status,
|
|
|
- outstoreform.yy_id,
|
|
|
+ outstoreform.yy_id,outstoreform.apply_dept,
|
|
|
outstoreform.apply_user,outstoreform.apply_user_name,
|
|
|
outstoreform.yy_message,
|
|
|
outstoreform.type,
|
|
@@ -55,6 +55,9 @@ outstoreform.process_instance_id,
|
|
|
<if test="storeId != null and storeId != ''">
|
|
|
and outstoreform.store_id = #{storeId}
|
|
|
</if>
|
|
|
+ <if test="applyDept != null and applyDept != ''">
|
|
|
+ and outstoreform.apply_dept = #{applyDept}
|
|
|
+ </if>
|
|
|
<if test="applyUser != null and applyUser != ''">
|
|
|
and outstoreform.apply_user = #{applyUser}
|
|
|
</if>
|