|
@@ -12,7 +12,7 @@
|
|
|
outstoredetail.real_num,
|
|
|
outstoredetail.store_num,
|
|
|
outstoredetail.yy_id,outstoredetail.auto_id,
|
|
|
- outstoredetail.is_out,
|
|
|
+ outstoredetail.out_flag,
|
|
|
outstoredetail.c_batch,
|
|
|
outstoredetail.store_name,
|
|
|
outstoredetail.spare_name,
|
|
@@ -39,7 +39,7 @@ outstoredetail.c_batch,
|
|
|
outstoredetail.real_num,
|
|
|
outstoredetail.store_num,
|
|
|
outstoredetail.yy_id,outstoredetail.auto_id,
|
|
|
- outstoredetail.is_out,
|
|
|
+ outstoredetail.out_flag,
|
|
|
outstoredetail.store_name,
|
|
|
outstoredetail.spare_name,
|
|
|
outstoredetail.num,
|
|
@@ -59,8 +59,8 @@ outstoredetail.c_batch,
|
|
|
<if test="autoId != null and autoId != ''">
|
|
|
and outstoredetail.auto_id = #{autoId}
|
|
|
</if>
|
|
|
- <if test="isOut != null and isOut != ''">
|
|
|
- and outstoredetail.is_out = #{isOut}
|
|
|
+ <if test="outFlag != null and outFlag != ''">
|
|
|
+ and outstoredetail.out_flag = #{outFlag}
|
|
|
</if>
|
|
|
<if test="type != null and type != ''">
|
|
|
and outstoredetail.type = #{type}
|