ruoyi-service/ruoyi-order/src/main/resources/mapper/order/OrderMapper.xml @@ -118,6 +118,9 @@ <if test="null != type"> and a.type = #{type} </if> <if test="userId != null"> and b.app_user_id = #{userId} </if> </select>