|
@@ -1001,7 +1001,7 @@ where wisr.result_id = #{stackResultId}
|
|
left join WMSP_INBOUND_GROUP wig
|
|
left join WMSP_INBOUND_GROUP wig
|
|
on wisr.inbound_Group_Id=wig.inbound_Group_Id
|
|
on wisr.inbound_Group_Id=wig.inbound_Group_Id
|
|
where ((wig.USER_NAME_ONE ='${userName}' or wig.USER_NAME_TWO ='${userName}') and wig.state=1 and wisr.INSERT_USERNAME=#{userName}
|
|
where ((wig.USER_NAME_ONE ='${userName}' or wig.USER_NAME_TWO ='${userName}') and wig.state=1 and wisr.INSERT_USERNAME=#{userName}
|
|
- and wisr.result_material=#{resultMaterial}) or wisr.RESULT_STATUS_=1
|
|
|
|
|
|
+ and wisr.result_material=#{resultMaterial} )
|
|
</select>
|
|
</select>
|
|
<!--查询已经扫描但是没有下发的-->
|
|
<!--查询已经扫描但是没有下发的-->
|
|
<select id="noIssueScanResult" resultMap="BaseResultMap">
|
|
<select id="noIssueScanResult" resultMap="BaseResultMap">
|