guoyujia před 1 rokem
rodič
revize
ecec9166fc

+ 1 - 1
src/main/resources/mybatis/business/BizOutsourcedOrderDetailProcessMapper.xml

@@ -57,7 +57,7 @@
                     ( 0 )
                 </if>
             </if>
-            <if test="returnStatus ==1 ">AND t1.detail_id in
+            <if test="returnStatus ==1  and hasReturnDetailId.size > 0 ">AND t1.detail_id in
                 <foreach collection="hasReturnDetailId" index="index" item="id" separator="," open="(" close=")">
                     #{id,jdbcType=BIGINT}
                 </foreach>