src/main/resources/mapper/LocDetlMapper.xml
@@ -188,6 +188,12 @@ <if test="bomCode!=null and bomCode!='' "> and a.bom_code like '%' + #{bomCode} + '%' </if> <if test="threeCode!=null and threeCode!='' "> and a.three_code like '%' + #{threeCode} + '%' </if> <if test="orderNo!=null and orderNo!='' "> and a.order_no like '%' + #{orderNo} + '%' </if> </sql> <select id="getStockOutPage" resultMap="BaseResultMap">